View

Top  Previous  Next

Returns a TView object from the views array.

 

Syntax:

function View(ItemIndex: Integer): TView;

 

Parameters:

ItemIndex is the ordinal position of the view you want to retrieve from the views array.  You can get the number of views in the current schema using the ViewCount method.

 

The return value is a TView type.

 

Example:

 

scripting_tschema_view