Category Drawings and detail, Object ProDtlgroup

Function ProDtlgroupDraw


Description
Makes a group appear on the drawing until the drawing is regenerated.
Replacement in Object TOOLKIT: pfcDetailGroupItem::Draw
Synopsis
#include <ProDtlgroup.h>
ProErrorProDtlgroupDraw(
ProDtlgroup* group
/* (In)
The group handle.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully displayed the group.
PRO_TK_BAD_INPUTSInvalid input argument.
PRO_TK_GENERAL_ERRORCannot draw a group.

Manual References:

  1. Drawings: Displaying Detail Items

Sample Code References:

  1. pt_examples ( TestDtlgroup.c )