[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Gets the edit mask for the specified cell.
Source position: grids.pas line 1114
protected function TCustomGrid.GetEditMask( |
ACol: LongInt; |
ARow: LongInt |
):string; virtual; |
ACol |
|
Column number for the cell. |
ARow |
|
Row number for the cell. |
Edit mask for the specified cell.
GetEditMask provides the mask posted in a grid message to an active cell Editor control. It occurs immediately before the grid message that posts the cell value to the editor control.
GetEditMask always returns an empty string ('') in TCustomGrid. It is overridden in descendent classes.
|
The editor control used to modify the value in the current cell. |
|
|
Sets the mask and value for a visible cell editor in the grid control. |
|
|
Gets the edit mask for the specified cell. |
Version 4.0 | Generated 2025-05-03 | Home |