Vcl.Grids.TInplaceEditList
Delphi
TInplaceEditList = class(TInPlaceEdit)
C++
class PASCALIMPLEMENTATION TInplaceEditList : public TInplaceEdit
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.Grids.pas Vcl.Grids.hpp |
Vcl.Grids | Vcl.Grids |
Description
Provides the ability to drop down a pick list of possible values or to display an ellipsis button that will invoke user code in an event in order to bring up a modal dialog.
TInplaceEditList adds to TInplaceEdit the ability to drop down a pick list of possible values or to display an ellipsis button that will invoke user code in an event in order to bring up a modal dialog. The EditStyle property determines which type of button to draw, if any.