- 0 Talk
-
API KBSetup GetSubCategoryData
Returns information about a subcategory.
id, caption = KBSetup_GetSubCategoryData(category, index)
Parameters
Edit
Arguments
Edit
- (category, index)
- category
- Intgeger - The category's index.
- index
- Integer - Range from 1 to KBSetup_GetSubCategoryCount(category)
Returns
Edit
- id, caption
- id
- Integer - The category's id.
- caption
- String - The category caption.
Details
Edit
- Only works if KBSetup_IsLoaded() returns true.