Returns True when a file associated with BFile exists, False otherwise.
Class
TBFileField
Syntax
property Exists: boolean;
Remarks
Exists returns True when a file associated with BFile exists, False otherwise.
Example
if not TBFileField(DataSet.FieldByName('Value')).Exists then
St:= St + ' (NoExist)';