User Tools

Site Tools


api:dk11:delphi:gislayer.tgis_layer.userobject

Table of Contents

TGIS_Layer.UserObject property

DK for Delphi | GisLayer.TGIS_Layer.UserObject | Constructors | Fields | Methods | Properties | Events | Events

UserObject can be used to associate with the layer a user-defined object. Such object will be destroyed automatically upon layer destroy. Attaching a new object to this property will destroy existing one.

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

Syntax

// Delphi
public
  property UserObject : TObject read write;
// C++ Builder
public:
  __property TObject* UserObject = {read, write};

Value

Type
TObject
2025/01/31 01:07

Page Tools