Data.DB.TDataSet.SetFieldDefProps

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

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

C++

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

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