1 Managing Sets
Q3Set_Contains
function to determine whether a set contains an element of a particular type.
TQ3Boolean Q3Set_Contains ( TQ3SetObject set, TQ3ElementType type);set
A set object.type
An element type.
Q3Set_Contains
function returns, as its function result, a Boolean value that indicates whether the set specified by the set
parameter contains (kQ3True
) or does not contain (kQ3False
) an element of the type specified by the type
parameter.
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker