User Tools

Site Tools


api:dk11:delphi:giscsbase.tgis_csabstract.assign_tobject

Table of Contents

TGIS_CSAbstract.Assign method

DK11 for Delphi | GisCsBase.TGIS_CSAbstract.Assign | Constructors | Methods | Properties

Copy content of the provided object into a current object

Available also on: .NET | Java | ActiveX | Python.

Syntax

// Delphi
public
  procedure Assign(
    const _source : TObject
  ); virtual;
// C++ Builder
public:
  virtual void Assign(
    TObject* const _source
  );

Parameters

Name Type Description
_source TObject object form which content will be copied
2022/11/16 01:14

Page Tools