Domain

Top  Previous  Next

Returns a TDomain object from the domains array.

 

Syntax:

function Domain(ItemIndex: Integer): TDomain;

 

Parameters:

ItemIndex is the ordinal position of the domain you want to retrieve from the domains array.  You can get the number of domains in the current schema using the DomainCount method.

 

The return value is a TDomain type.

 

Example:

 

scripting_tschema_domain