The IDLitComponent::UnregisterProperty procedure method unregisters a previously-registered property.
Note: If you unregister a property, then it will no longer appear in the Property Sheet for this object. Nevertheless, you can still use GetProperty and SetProperty to access and modify the actual property value.
Obj->[IDLitComponent::]UnregisterProperty, PropertyIdentifier
PropertyIdentifier
A scalar string containing the property identifier to unregister.
Note: If the property is not currently registered, then the method quietly returns.
Keywords
None.
Version History
See Also
IDLitComponent::QueryProperty, IDLitComponent::RegisterProperty