SMART datagrid v.1 > Classes > GridBase

Back  Forward

DataLudi.GridBase.isEditing  method

indexで指定したデータセル現在編集中であればtrueをリターンする。 indexnullならフォーカスセルの状態をリターンする。 

function isEditing (index: CellIndex): Boolean;
Returns
Boolean
Parameters
index - CellIndex. required.
See Also
focusedIndex
isRowEditing