SMART datagrid v.1 > Classes > GridBase

Back  Forward

DataLudi.GridBase.showEditor  method

パラメーターindexで指定したセルの位置にエディターを表示する。 indexが指定されなければフォーカスセル位置に表示される。 

エディターを現せる前にonShowEditorイベントが発生する。 このイベントハンドラーで明示的にfalseをリターンすればエディターが表示されない。 

function showEditor (index: CellIndex): Boolean;
Returns
Boolean
Parameters
index - CellIndex.
See Also
focusedIndex
onShowEditor
hideEditor
CellEditor