axlGetHistoryGroupChildrenEntry
axlGetHistoryGroupChildrenEntry(x_childrenHandlet_name) =>x_history/ 0
Description
Finds a history entry in a group run by name and returns the handle to it.
Arguments
Value Returned
Examples
Finds the specified history entry and returns the handle to it.
data_sdb = axlGetMainSetupDB(axlGetWindowSession())
axlGetHistoryGroup( data_sdb "Group.0" )
=> 1169
axlGetHistoryGroupChildren( 1169 )
=>(1172 ("Group.0.Run.0" "Group.0.Run.1" "Group.0.Run.2"))
axlGetHistoryGroupChildrenEntry( 1172 "Group.0.Run.0" )
=> 1173
Related Topics
Return to top