Data.Bind.Components.TFillItemMode
Delphi
TFillItemMode = (fmFill, fmInsert, fmAdd, fmUpdate);
C++
enum DECLSPEC_DENUM TFillItemMode : unsigned char { fmFill, fmInsert, fmAdd, fmUpdate };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | Data.Bind.Components |
Description
Indicates the operation that requires a list item to be filled.