RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterFileField.FileCount Property

Returns one of the filenames associated with this adapter field.

Pascal
property FileCount: Integer;
C++
__property int FileCount;
__property int FileCount = {read=GetValueCount, nodefault};

FileCount can be used with the FileNames property to access all the filenames associated with this adapter field. FileCount is implemented by GetValueCount

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!