[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Sets the value for the NumbersOnly property.
Source position: maskedit.pp line 285
protected procedure TCustomMaskEdit.SetNumbersOnly( |
Value: Boolean |
); override; |
Value |
|
New value for the property. |
SetNumbersOnly is an overridden Boolean function used as the write access specifier for the NumbersOnly property.
SetNumbersOnly provides support use of an edit mask in the control. When IsMasked is True, setting NumbersOnly to True can interfere with the masking logic in the control; the property is automatically set to False when IsMasked is True. Otherwise, the inherited SetNumbersOnly method is called to set to the value for the property.
|
Sets the value for the NumbersOnly property. |
|
|
Indicates if the edit control accepts numeric values only. |
Version 4.0 | Generated 2025-05-03 | Home |