Data.DB.TField.SetFieldProps

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetFieldProps(FieldDef: TFieldDef); virtual;

C++

virtual void __fastcall SetFieldProps(TFieldDef* FieldDef);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DB.pas
Data.DB.hpp
Data.DB TField

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