Indicates the name of a file associated with BFile.
Class
TBFileField
Syntax
property FileName: string;
Remarks
Use the FileName property to determine the name of a file associated with BFile.
Example
edFileName.Text := BFileField(OraQuery.FieldByName('Value')).FileName;