Data.DB.TBCDField.SetFieldProps

From RAD Studio API Documentation

Delphi

procedure SetFieldProps(FieldDef: TFieldDef); override;

C++

virtual void __fastcall SetFieldProps(TFieldDef* FieldDef);

Properties

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

Description

Sets this field's properties from the given definition. {{#multireplace:Data.DB.TBCDField.SetFieldProps|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DB.TField.SetFieldProps|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DB.TField.SetFieldProps|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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