|
CreateCtrl() - create window of a control
cell |
|
ActivateCtrl() - makes window of a control
cell active |
|
EnableCtrl() - enabled /disabled access to a
window of a control of a cell |
|
DeactivateCtrl() - deactivate
a control cell window |
|
DestroyCtrl() - destroys a window connected
with a control cell |
|
SetData() - transfers the data |
|
GetCellData() - returns the data |
|
SetFontCtrl() - sets
font |
|
SetModify() - establishes a flag of updating |
|
OnValidate() - whether valid
the data are entered |
|
SendLButtonDown() - transfers the message on
pressing the left button of the mouse |
|
IsActive() - return "TRUE" if the
control cell is active |
|
IsCanCopy() - return "TRUE"
if performance of command "to copy" is possible |
|
IsCanCut() - return "TRUE" if
performance of command "to cut out" is possible |
|
IsCanPast() - return "TRUE" if
performance of command "to insert" is possible |
|
IsCanUndo() - return "TRUE" if
performance of command "to cancel" is possible |
|
IsModifyed() - whether or no the data were
changed |
|
Copy() - copy
the data into clipboard |
|
Cut() - the data are copied into
clipboard and are deleted from an cell |
|
Past() - the data are inserted from the
clipboard |
|
Undo() - last changes are cancelled |