DK11 for Delphi | GisParams.TGIS_ParamsAbstract.UserObject | Constructors | Methods | Properties
UserObject can be used to associate with Params 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 : TGIS_ParamsUserObject read write;
// C++ Builder public: __property TGIS_ParamsUserObject* UserObject = {read, write};