[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'Masks' (#lazutils)

TMask.Destroy

Destructor for the class instance.

Declaration

Source position: masks.pas line 55

public destructor TMask.Destroy; override;

Description

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.

See also

TMaskString

  

Represent characters and symbols in a mask.