Description |
Parent class: XContainerEvent
An XContainerEditEvent is catched with a XContainerHandler. This event occures if the user edit the text of a container-item.
GetColumn |
XContainerColumn * theColumn
Returns a pointer to that column in which an item is edited;
GetObject |
XContainerObject * theObject
Returns a pointer to the object which is edited;
GetText |
XString * buffer buffer to hold the data
Returns the text of an edited item. On CON_REALLOC the old text is returned, on CON_ENDEDIT the new text is avaible.
GetTextSize |
ULONG size
Returns the length text of the edited text. On CON_REALLOC you must realloc the buffer which contains the text.