User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_paramsabstract.assign_tpersistent

Table of Contents

TGIS_ParamsAbstract.Assign method

DK11 for Java | tatukgis.jdk.TGIS_ParamsAbstract.Assign | Constructors | Methods | Properties

Assign values from _source object.

Available also on: Delphi | .NET.

Syntax

// Java
public void Assign(
  TPersistent _source
);
// Oxygene
public
  procedure Assign(
    _source : TPersistent
  ); override;

Parameters

Name Type Description
_source TPersistent object from which the value will be assigned
2017/09/04 11:21

Page Tools