API Documentation > Features > Object ProGroup > Function ProGroupIsTabledriven
Function ProGroupIsTabledriven
Description
Reports whether the group is table-driven.
Replacement in Object TOOLKIT:
Synopsis
#include <ProUdf.h>
ProGroupIsTabledriven
(
ProGroup* group
/* (In)
The group
*/
ProBoolean* table_driven
/* (Out)
Whether the group is table-driven
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The feature is not part of a UDF
User Guide References
Was this helpful?