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.
// Delphi public property UserObject : TObject read write;
// C++ Builder public: __property TObject* UserObject = {read, write};
Type |
---|
TObject |