Overview
Group
Quick Info

Windows NT
Yes
Win95
Yes
Win32s
Yes
Import Library

Header File
prsht.h
Unicode
No
Platform Notes
None

PropSheet_QuerySiblings

The PropSheet_QuerySiblings macro forwards the PSM_QUERYSIBLINGS message to each page in the property sheet. If a page returns a nonzero value, the property sheet does not send the message to subsequent pages. You can use this macro or explicitly send the PSM_QUERYSIBLINGS message.

int PropSheet_QuerySiblings(

hPropSheetDlg,

param1,

param2

);

Parameters

hPropSheetDlg

Handle to the property sheet.

param1

First application-defined parameter.

param2

Second application-defined parameter.

Return Values

Returns the nonzero value from a page in the property sheet, or zero if no page returns a nonzero value.

See Also

PSM_QUERYSIBLINGS

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples