Data.DB.TDataSet.SetFieldProps

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

virtual void __fastcall SetFieldProps(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 Field from the FieldDef parameter.

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

See Also