Page 1 of 1

TryReadResults, ClearResults

Posted: 05 Oct 2015, 08:03
by PetrS
size=150TryReadResults, ClearResults/size

bTryReadResults(eResultType ResultType, string Key, out object Value)/b - tries to read results from given result set
list
*ResultType - Result type which determines result place holder: ResultType.Member, ResultType.Place, ResultType.Combi/*:m
*Key - String key identifying results set in result place holder/*:m
*out Value - When this method returns, contains the value associated with the specified key, if the key is found; otherwise, the default value for the type of the value parameter. This parameter is passed uninitialized./*:m
*Return value - TRUE if the structure contains an element with the specified key; otherwise FALSE./*:m/list:u

bClearResults(eResultType ResultType)/b - clear content of given result set
list
*ResultType - Result type which determines result place holder to be cleared: ResultType.Member, ResultType.Place, ResultType.Combi/*:m/list:u


iSee attached examples for more info./i