Data.DB.TBCDField.SetFieldProps

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure SetFieldProps(FieldDef: TFieldDef); override;

C++

virtual void __fastcall SetFieldProps(TFieldDef* FieldDef);

Description

Sets this field's properties from the given definition.

Data.DB.TBCDField.SetFieldProps inherits from Data.DB.TField.SetFieldProps. All content below this line refers to Data.DB.TField.SetFieldProps.

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