Data.DB.TFieldClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFieldClass = class of TField;

C++

typedef System::TMetaClass* TFieldClass;

Properties

Type Visibility Source Unit Parent
classref
typedef
public
Data.DB.pas
Data.DB.hpp
Data.DB Data.DB

Description

TFieldClass is the class type of a TField descendant.

Use TFieldClass to specify the type of a TField descendant.

See Also