Description


Include file: xcnedevn.h

Parent class: XContainerEvent

Overview

An XContainerEditEvent is catched with a XContainerHandler. This event occures if the user edit the text of a container-item.

Functions

GetColumn

Return-Value

XContainerColumn * theColumn

Remarks

Returns a pointer to that column in which an item is edited;

GetObject

Return-Value

XContainerObject * theObject

Remarks

Returns a pointer to the object which is edited;

GetText

Parameters

XString * buffer buffer to hold the data

Remarks

Returns the text of an edited item. On CON_REALLOC the old text is returned, on CON_ENDEDIT the new text is avaible.

GetTextSize

Return-Value

ULONG size

Remarks

Returns the length text of the edited text. On CON_REALLOC you must realloc the buffer which contains the text.


This document was generated by Jens von Pilgrim's Autodoc