Data.Bind.Components.TScopeMemberType

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: enum
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: Data.Bind.Components

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 };

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

See Also