Data.DB.TField.SetFieldDefProps

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetFieldDefProps(FieldDef: TFieldDef); virtual;

C++

virtual void __fastcall SetFieldDefProps(TFieldDef* FieldDef);

Properties

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

Description

Sets the properties of the specified FieldDef from this field's properties.

Use SetFieldDefProps to populate the properties of the given FieldDef object from the current TField object.

See Also