Data.DB.TDataSet.SetFieldDefProps

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetFieldDefProps(Field: TField; FieldDef: TFieldDef); virtual;

C++

virtual void __fastcall SetFieldDefProps(TField* Field, TFieldDef* FieldDef);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DB.pas
Data.DB.hpp
Data.DB TDataSet

Description

Sets the properties of the specified FieldDef from the Field parameter.

Implement the SetFieldDefProps method in descendant classes to customize a field setup.

See Also