| Class ContainedControls (unit VBRUN) |
IDispatch
A collection that allows access to the controls contained within the control that were added to the control by the developer who uses the control.
| Constructors |
| Functions |
function Get_Count: Integer;
function Get_Item(index: Integer): IDispatch;
function _NewEnum: IUnknown;| Properties |
property Count : Integer
property Item : IDispatch| Events |
| Variables |
| Constructors |
| Functions |
function Get_Count: Integer;
function Get_Item(index: Integer): IDispatch;
function _NewEnum: IUnknown;| Properties |
property Count : Integer
property Item : IDispatch| Events |
| Variables |