Vcl.DBGrids.TDBGridInplaceEdit

Delphi
TDBGridInplaceEdit = class(TInplaceEditList)
C++
class PASCALIMPLEMENTATION TDBGridInplaceEdit : public Vcl::Grids::TInplaceEditList
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.DbGrids.pas Vcl.DBGrids.hpp |
Vcl.DBGrids | Vcl.DBGrids |
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.
Vcl.DBGrids.TDBGridInplaceEdit inherits from Vcl.Grids.TInplaceEditList. All content below this line refers to Vcl.Grids.TInplaceEditList.
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.