SetHelpAttrib Data Member Function

Sets the help attribute string at the specified index.

Prototype

int32 SetHelpAttrib( int32 p_nHelpAttributeStringIndex, string p_sHelpAttributeString )

Parameters

Parameter Type Parameter Name Documentation
int32p_nHelpAttributeStringIndexThe index of the help attribute string you wish to set. This refers to the HelpAttribIndex enumeration. Please see TYPE_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information.
stringp_sHelpAttributeStringThe string you wish to set as the help attribute string at the specified index.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.