Data.Bind.Components.TScopeMemberType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TScopeMemberType = (mtUnknown, mtText, mtInteger, mtFloat, mtBitmap, mtMemo, mtBoolean, mtBCD, mtUInteger,
mtDateTime, mtCurrency, mtObject, mtVariant, mtDate, mtTime, mtChar);

C++

enum DECLSPEC_DENUM TScopeMemberType : unsigned char { mtUnknown, mtText, mtInteger, mtFloat, mtBitmap, mtMemo, mtBoolean, mtBCD, mtUInteger, mtDateTime, mtCurrency, mtObject, mtVariant, mtDate, mtTime, mtChar };

Properties

Type Visibility Source Unit Parent
enum public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components Data.Bind.Components

Description

Is an enumeration of scope member types.

Item Description
mtUnknown The type of the scope member is unknown.
mtText The type of the scope member is a text value.
mtInteger The type of the scope member is a numerical integer value.
mtFloat The type of the scope member is a numerical floating-point value.
mtBitmap The type of the scope member is a graphical bitmap image.
mtMemo The type of the scope member is a memo with text.
mtBoolean The type of the scope member is a Boolean value.
mtBCD The type of the scope member is a binary coded decimal value.
mtUInteger The type of the scope member is a numerical unsigned integer value.
mtDateTime The type of the scope member is a date and time coded value.
mtCurrency The type of the scope member is a currency value.

See Also