ComponentOne True DBGrid Pro 8
Files Property

Files Property

Contains a collection of filenames used by a DataObject object.

Syntax

dataobject.Files

Remarks

Read-only at run time. Not available at design time.

In Visual Basic, when a DataObject object contains data of type vbCFFiles, its Files property returns a DataObjectFiles collection containing a list of filenames used by a source component in an OLE drag/drop operation.

However, since this version of True DBGrid handles the vbCFText clipboard format only, the Files property is not supported, and any attempt to access it in code always generates a trappable error.

The TDBGrid control supplies an argument of type DataObject when it fires the following events: OLEDragDrop, OLEDragOver, OLESetData, and OLEStartDrag.

See Also

DataObject Object

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback