Data.DB.TField.SetFieldProps

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TField

Delphi

procedure SetFieldProps(FieldDef: TFieldDef); virtual;

C++

virtual void __fastcall SetFieldProps(TFieldDef* FieldDef);

Description

Sets this field's properties from the given definition.

Use SetFieldProps to populate the properties of the field, based on the FieldDef parameter.

See Also