Library Vcl NextSuite 6 NextGrid6 Reference Classes TNxCustomGrid6 EditCell

EditCell

Try to edit cell with specified column and row index and with setting initial text.

pas
function EditCell(ACol, ARow: Integer; EditText: WideString = ''; ForceEditing: Boolean = False): Boolean; overload; virtual;

Parameters

ACol
Integer
Column index of cell to be edited.

ARow
Integer
Row index of cell to be edited.

EditText
WideString
Default text to be placed inside InplaceEdit component.

ForceEditing
Boolean
Edit cell even if Column is not editable or editing is blocked by OnBeforeEdit event.

Sign in