Delphi/CB
•  Greatis •  Security •  AppDatabase •  Utilities •  Visual Basic • .NET •  just4fun
Delphi / C++ Builder
Components, utilities and tips for Delphi and C++ Builder developers
More info
Object Inspector FAQ
Object Inspector Home
Delphi Components
See also
Products
Form Designer
Runtime Fusion
Print Suite
Commented Image
Image Editor  new!
Delphi Toys
Ultimate Pack  hot!

FAQs
Form Designer FAQ
Print Suite FAQ
Image Editor FAQ

Links
Software for .NET
Software for VB 6
Delphi Tips & Tricks

Services
Outsourcing
Using drop-down list
TCommonInspector can display the drop-down button in any line (see Adding the button into edit line). When the button type is btDropDown, the drop-down list is displayed if the user presses this button and all you need is filling this list with your own values by OnGetValuesList event:
procedure TForm1.CommonInspector1GetValuesList(Sender: TObject;
  TheIndex: Integer; const Strings: TStrings);
begin
  Strings.Text:='1'#13'2'#13'3';
end;
In this example the passed Strings is filled by '1', '2', '3' lines.

Greatis Software Greatis | Security | AppDatabase | Utilities | Delphi/CB | Visual Basic | .NET | just4fun

Contacts | Add to Favorites | Recommend to a Friend | Privacy Policy | Copyright © 1998-2008 Greatis Software