|
VLPropertyList Reference
|
||||||||
|
The method allows to add new custom editors and use it to edit the property values.
Syntax object.RegisterEditor(ByVal Key As String,ByVal anEditor As CEditor) As Boolean
The RegisterEditor method syntax has these parts:
Remarks The editor passed to this method must implement CEditor interface. The Key value must be unique. Registered editors must unregistered using UnRegisterEditor method. The following code registers an editor and shows how to use it with a property: Class MyEditor:
| ||||||||
|
©2001-2004 Viklele Associates. All rights reserved. For new products and software updates check Viklele Associates. |