diff options
Diffstat (limited to 'include/delphi/m_clist.inc')
-rw-r--r-- | include/delphi/m_clist.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/delphi/m_clist.inc b/include/delphi/m_clist.inc index c3ea28b48d..294f7fd0d9 100644 --- a/include/delphi/m_clist.inc +++ b/include/delphi/m_clist.inc @@ -466,6 +466,14 @@ const ME_CLIST_GROUPCHANGE:PAnsiChar = 'CList/GroupChange';
{
+ checks that a group exists
+ wParam : 0 (unused)
+ lParam : (PWideChar)groupName
+ returns 0 if a group is not found or group handle on success
+ }
+ MS_CLIST_GROUPEXISTS:PAnsiChar = 'CList/GroupExists';
+
+ {
wParam : HPARENTGROUP
lParam : 0 or Pointer to new group name
Affect : Create a new group and calls CLUI to display it, see notes
|