Data.DB.TStringField.SetFieldDefProps

From RAD Studio API Documentation

Delphi

procedure SetFieldDefProps(FieldDef: TFieldDef); override;

C++

virtual void __fastcall SetFieldDefProps(TFieldDef* FieldDef);

Properties

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

Description

Sets the properties of the specified FieldDef from this field's properties. {{#multireplace:Data.DB.TStringField.SetFieldDefProps|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DB.TField.SetFieldDefProps|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.SetFieldDefProps|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Sets the properties of the specified FieldDef from this field's properties.

Use SetFieldDefProps to populate the properties of the given FieldDef object from the current TField object.

See Also