TcxCustomMaskEditProperties.GetEmptyString Method
Returns an empty text based on the EditMask property, if set.
Declaration
function GetEmptyString: string; virtual;
Returns
Type |
---|
string |
Remarks
The GetEmptyString method returns an empty text based on the EditMask property, if set. For instance, if the EditMask property value is !(999)000-0000;1;, the GetEmptyString method will return **(__)-_**.
See Also