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