Unit: XIBase
Class: TxiBaseControlNode
Declaration:
procedure CreateControl; virtual;
Creates the control that the node represents. For example, if your node represents an edit field, CreateControl should create an instance of the TEdit class. This method does nothing in the base class. You have to override it to use in your control nodes.
 
| The CHM file was converted to HTML by chm2web software. |