Unit 'Grids' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TCustomGrid.GetEditMask

Gets the edit mask for the specified cell.

Declaration

Source position: grids.pas line 1089

protected function TCustomGrid.GetEditMask(

  ACol: LongInt;

  ARow: LongInt

):string; virtual;

Arguments

ACol

  

Column number for the cell.

ARow

  

Row number for the cell.

Function result

Edit mask for the specified cell.

Description

Always returns an empty string ('') in TCustomGrid. It is overridden in descendent classes.