|
VLPropertyList Reference
(For advanced usage)
|
||||||||
|
VLPropertyList control will call this method when it needs the editor to reset / re-initialize itself as per the information available in the specified CProperty object.
Syntax object.Reset (ByValaProperty As CProperty, ByVal aListener As CEditorListener)
The Reset method syntax has these parts:
Remark Reset method allows VLPropertyList control to
establish communication channel with the editor. It sends a listener object
through which it receives various notifications from the editor. The editor
should store the listener object for later use. Also, it should update the
listener value whenever Reset gets called. Typically the code will be as given
here : Besides setting up the communication channel, editor implementers often use this to set itself up and match the look and feel of the editor with that of the property being edited. For example a typical list editor will populate itself with the list data from ListItems property of specified property object. You should not store the property object or modify its attributes in this method. Mechanism of applying edited values to appropriate property object are implemented through listener notifications as described in Commit and Cancel methods. |
||||||||
|
©2001-2004 Viklele Associates. All rights reserved. For new products and software updates check Viklele Associates. |