Setting

Top  Previous  Next

Returns a TServerSetting object from the settings array.

 

Syntax:

function Setting(ItemIndex: Integer): TServerSetting;

 

Parameters:

ItemIndex is the ordinal position of the setting you want to retrieve from the settings array.  You can get the number of settings for the server using the SettingCount property.

 

The return value is a TServerSetting type.

 

Example:

 

scripting_tserver_setting