CODWndComponent::Dup

CODComponent*CODWndComponent::Dup(void)

Creates a duplicate of this component.

Defined in: OdWndComp.cpp

Return Value

Pointer to the new component.

Comments

This function allocates a new component which must later be destroyed (using the "delete" operator).