[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Gets the edit mask for the specified cell.
Source position: grids.pas line 1428
protected function TCustomDrawGrid.GetEditMask( |
aCol: LongInt; |
aRow: LongInt |
):string; override; |
aCol |
|
Column for the cell. |
aRow |
|
Row number for the cell. |
Edit mask used for the specified cell.
GetEditMask is an overridden method in TCustomDrawGrid. It re-implements the method from the ancestor class, and does not call the inherited method.
GetEditMask sets the return value to an empty string ('') by default. It signals the OnGetEditMask event handler (when assigned) to get the edit mask used in the editor for the grid cell.
GetEditMask is called from the EditorDoSetValue method in the ancestor class, and occurs when the editor control retrieves and validates the value for the specified cell.
|
Event handler signalled to get the edit mask used for a grid cell. |
|
|
Gets the edit mask for the specified cell. |
|
|
Sets the mask and value for a visible cell editor in the grid control. |
Version 4.0 | Generated 2025-05-03 | Home |