Unit NxCustomGrid6.pas (Sources\Next Grid)
Properties
Public
Name | Description |
---|
|
InplaceEdit | Reference to currently active in-place editor component. |
SelectedRow | Specifies index of currently selected row. |
|
Published
Methods
Name | Description |
---|
|
AssignEditing | Assign value from InplaceEdit back to cell being edited, but don't exit from edit mode. |
BeginUpdate | Postpone updates such as grid repainting, scrollbar recalculating until EndUpdate method is called. |
EditCell | Try to edit cell with specified column and row index. |
EndEditing | End editing and optionally assign value from InplaceEdit back to cell being edited. |
EndUpdate | Decrease UpdateCount . If UpdateCount is 0 and Update parameter is True , all postponed updates will be processed. |
Recalculate | Recalculate all columns formulas. |
SelectAll | Selects all rows in the grid by setting Selected array property to True for all rows. |
SelectCell | Try to select cell by specifying column and row index. |
SelectFirst | Select first visible row. |
|
Events
Name | Description |
---|
|
OnAcceptEdit | Called after user finishes editing and value of in-place editor need to be copied back to a cell. |
OnAfterEdit | Called after an editing is done and new value is copied back from inplace-editor to cell. |
OnBeforeEdit | Called before cell and grid enters editing mode and gives possibility to block editing before it's started. |
|