UnregisterCustomProperty Method
Unregisters a custom property previously registered with RegisterCustomProperty. If not property has been registered, nothing happens.
Syntax
Unit: PropertyList
procedure UnregisterCustomProperty(AInstanceType: TClass; APropName: string);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| AInstanceType | TClass | The class reference for which the property has been registered. |
|
| APropName | string | The name of registered property. |