WorkArea

<< Click to Display Table of Contents >>

Navigation:  Apollo VCL Components > Apollo VCL Component Reference > TApolloTable > TApolloTable Properties >

WorkArea

Declaration

property WorkArea: SmallInt;

Description

Run-time, Read-only. Contains the number assigned to the work area when the file was opened.

image\tip.gif This method should be of little or no use when using table objects as Delphi and Apollo support, and is simply included for compatibility purposes.

Delphi Example

// Display table info

with ApTbl do

begin

 Text1.Text := IntToStr( WorkArea );

 Text2.Text := BaseName; 

 Text3.Text := Alias; 

 Text4.Text := BaseDate; 

end;

See Also

Alias