Data.Bind.ObjectScope.TBindSourceAdapterFieldType
[–] Properties | |
---|---|
Type: record struct
| |
Visibility: public | |
Source: Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp
| |
Unit: Data.Bind.ObjectScope | |
Parent: Data.Bind.ObjectScope |
Delphi
TBindSourceAdapterFieldType = record
C++
struct DECLSPEC_DRECORD TBindSourceAdapterFieldType
{
private:
System::Typinfo::TTypeKind FTypeKind;
System::UnicodeString FTypeName;
public:
__fastcall TBindSourceAdapterFieldType(const System::UnicodeString ATypeName, System::Typinfo::TTypeKind ATypeKind);
__property System::Typinfo::TTypeKind TypeKind = {read=FTypeKind};
__property System::UnicodeString TypeName = {read=FTypeName};
TBindSourceAdapterFieldType() {}
};
Description
Is a record that holds type information (RTTI) about an adapter field.