| ShowMemoEditor method |
Applies to
TIB_CustomGrid
Declaration
Procedure ShowMemoEditor;
Description
You can use this procedure to call the memo editor (dialog with TIB_Memo)
for the currently selected field. Note that this procedure does not check
whether it makes sense to use the memo editor, this is upto the developer.
The general attributes of the memo control (datasource, selected field,
color and readonly details) are set from the grid. See also EditLinksAuto.