Datasnap.DBClient.TCustomClientDataSet.SetDataSetField

From RAD Studio API Documentation

Delphi

procedure SetDataSetField(const Value: TDataSetField); override;

C++

virtual void __fastcall SetDataSetField(Data::Db::TDataSetField* const Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Datasnap.DBClient TCustomClientDataSet

Description

Sets the persistent TDataSetField object that owns a nested dataset. {{#multireplace:Datasnap.DBClient.TCustomClientDataSet.SetDataSetField|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DB.TDataSet.SetDataSetField|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DB.TDataSet.SetDataSetField|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Sets the persistent TDataSetField object that owns a nested dataset.

SetDataSetField sets the persistent TDataSetField object that owns a nested dataset. Also, SetDataSetField is the setter method for the DataSetField property.

See Also