useRDBGroups()
The function useRDBGroups() checks if RDB groups are used for archiving.
Synopsis
bool useRDBGroups();
Parameters
-
Return value
The function returns TRUE when RDB groups are used for the archiving in a WinCC OA project.
Description
The function returns TRUE when RDB groups are used for the archiving in a WinCC OA project.
Example
The example checks if RDB groups are used for the archiving and outputs the result.
main(mapping event)
{
bool ret = useRDBGroups();
DebugN("RDB archive groups are used:", ret);
}
Assignment
Availability
CTRL