JVCL Help:TLVGROUP
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TLVGROUP type
Search in JVCL Help
Search in all projectsSummary
Write here a summary (1 line)
Pascal
run\JvListView.pas
TLVGROUP = record
cbSize: UINT;
mask: UINT;
pszHeader: LPWSTR;
cchHeader: Integer;
pszFooter: LPWSTR;
cchFooter: Integer;
iGroupId: Integer;
stateMask: UINT;
state: UINT;
uAlign: UINT;
end;
Members
Members | Description |
cbSize: UINT; | Description for cbSize |
mask: UINT; | Description for mask |
pszHeader: LPWSTR; | Description for pszHeader |
cchHeader: Integer; | Description for cchHeader |
pszFooter: LPWSTR; | Description for pszFooter |
cchFooter: Integer; | Description for cchFooter |
iGroupId: Integer; | Description for iGroupId |
stateMask: UINT; | Description for stateMask |
state: UINT; | Description for state |
uAlign: UINT; | Description for uAlign |
Description
Write here a description
See Also
List here other properties, methods (comma seperated) Remove the 'See Also' section if there are no references
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page