Fields (Read Only) |
Top Previous Next |
Returns the OhioFields object associated with this presentation space. This provides another way to access the data in the virtual screen. The OhioFields object contains a snapshot of all the fields in the current virtual screen. Fields provide methods for interpreting the data in the non-text planes. Zero length fields (due to adjacent field attributes) are not returned in the OhioFields collection. For unformatted screens, the returned collection contains only one OhioField that contains the whole virtual screen.
Visual Basic Syntax
[TTnbOhioFields =] Screen.Fields
Delphi Syntax
[TTnbOhioFields :=] Screen.Fields;
Remarks
Returns the Fields object for the current host screen.
|