Data.Bind.Components.TScopeMemberType
Delphi
TScopeMemberType = (mtUnknown, mtText, mtInteger, mtFloat, mtBitmap, mtMemo, mtBoolean, mtBCD, mtUInteger,
mtDateTime, mtCurrency, mtObject, mtVariant, mtDate, mtTime, mtChar, mtTValue);
C++
enum DECLSPEC_DENUM TScopeMemberType : unsigned char { mtUnknown, mtText, mtInteger, mtFloat, mtBitmap, mtMemo, mtBoolean, mtBCD, mtUInteger, mtDateTime, mtCurrency, mtObject, mtVariant, mtDate, mtTime, mtChar, mtTValue };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | Data.Bind.Components |
Description
Enumeration of scope member types.
Item | Description |
---|---|
mtBCD
|
Binary-coded decimal value |
mtBoolean
|
Boolean |
mtBitmap
|
Bitmap |
mtChar
|
Character |
mtCurrency
|
Currency |
mtDate
|
Date |
mtDateTime
|
Date and time |
mtFloat
|
Floating-point value |
mtInteger
|
Integer |
mtMemo
|
Memo with text |
mtObject
|
Object |
mtText
|
Text |
mtTime
|
Time |
mtTValue
|
TValue |
mtUInteger
|
Unsigned integer |
mtUnknown
|
Unknown type |
mtVariant
|
Variant |