| [Overview][Types][Classes][Procedures and functions][Index] |
Destructor for the class instance.
Source position: masks.pas line 55
public destructor TMask.Destroy; override; |
Destroy is the overridden destructor for the class instance. Destroy call ClearMaskString to free resources allocated in the internal TMaskString instance. Destroy calls the inherited destructor prior to exiting from the method.
|
Represent characters and symbols in a mask. |