Data.DB.TFieldClass

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
classref
typedef
Visibility: public
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: Data.DB

Delphi

TFieldClass = class of TField;

C++

typedef System::TMetaClass* TFieldClass;

Description

TFieldClass is the class type of a TField descendant.

Use TFieldClass to specify the type of a TField descendant.

See Also