UploadDocumentDetailLocalFileName Property
This contains the path to the file on the local system.
Syntax
__property String UploadDocumentDetailLocalFileName[int UploadDocumentDetailIndex] = {read=FUploadDocumentDetailLocalFileName, write=FSetUploadDocumentDetailLocalFileName};
Default Value
""
Remarks
This contains the path to the file on the local system. If this is not set, UploadDocumentDetailFileContent will be used instead.
The size of the array is controlled by the UploadDocumentDetailCount property.
This property is not available at design time.
Data Type
String