[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Gets the edit mask for the specified cell.
Source position: grids.pas line 1089
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.
Always returns an empty string ('') in TCustomGrid. It is overridden in descendent classes.