| Class DataObjectFiles (unit VBRUN) |
IDispatch
The DataObjectFiles object is a collection of filenames used by the DataObject object (vbCFFiles format only).
| Constructors |
| Functions |
procedure Add(const Filename: WideString; index: OleVariant);
procedure Clear;
function Get_Count: Integer;
function Get_Item(index: Integer): WideString;
procedure Remove(index: OleVariant);
function _NewEnum: IUnknown;| Properties |
property Count : Integer
property Item : WideString| Events |
| Variables |
| Constructors |
| Functions |
procedure Add(const Filename: WideString; index: OleVariant);
procedure Clear;
function Get_Count: Integer;
function Get_Item(index: Integer): WideString;
procedure Remove(index: OleVariant);
function _NewEnum: IUnknown;| Properties |
property Count : Integer
property Item : WideString| Events |
| Variables |