ODAC

TBFileField.Exists Property

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)'; 
© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback