FindSetupChecklistItem()

Examples


The FindSetupChecklistItem() function of the sySetupChecklistObj form retrieves the location of the specified item in a Setup Checklist category.

Syntax

FindSetupChecklistItem(ParentDictID, ParentFormID, ParentCmdID, CmdDictID, CmdFormID, CmdID)

Parameters

ParentDictID – The ID of the dictionary that contains the command list used for the Setup Checklist category that will be searched.

ParentFormID – The resource ID of the command form that contains the definition of the command list used for the Setup Checklist category that will be searched.

ParentCmdID – The resource ID of the command list used for the Setup Checklist category that will be searched.

CmdDictID – The ID of the dictionary that contains the command for the Setup Checklist item whose location is being examined.

CmdFormID – The resource ID of the command form that contains the definition of the command for the Setup Checklist item whose location is being examined.

CmdID – The resource ID of the command for the Setup Checklist item whose location is being examined.

Return value

An integer that specifies the location (sequence number) of the specified Setup Checklist item. The value 0 indicates the item was not found in the category specified for the Setup Checklist.


Documentation Feedback