RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterFileField.FileNames Property

Returns a file associated with this adapter field.

Pascal
property FileNames [I: Integer]: string;
C++
__property AnsiString FileNames[int I];

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

 

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