useRDBArchive()

The function useRDBArchive() checks if RDB archives are used for the archiving in a project.

Synopsis

bool useRDBArchive();

Parameters

-

Return value

The function returns TRUE when RDB archives are used for the archiving in a WinCC OA project.

Description

The function returns TRUE when RDB archives are used for the archiving in a WinCC OA project.

Example

The example checks if RDB archives are used for the archiving and outputs the result.

main(mapping event)


{


   bool ret = useRDBArchive();


   DebugN("RDB archives are used:", ret);


}

Assignment

Miscellaneous functions

Availability

CTRL