JVCL Help:ReleasePattern
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: ReleasePattern procedure
[+] JvCustomItemViewer.pas Functions
Search in JVCL Help
Search in all projectsSummary
Frees a specific pattern if it is not in use anymore.
Pascal
run\JvCustomItemViewer.pas
procedureReleasePattern(EvenColor: TColor; OddColor: TColor);
Parameters
Parameters | Description |
EvenColor: TColor | The color used on even pixels in the bitmap. |
OddColor: TColor | The color used on odd pixels in the bitmap. |
Description
ReleasePattern decrements the internal reference count for the specified pattern and releases the associated TBitmap object if the reference count is 0.
The pattern to release must have been created by a call to CreateBrushPattern for ReleasePattern to find it.
See Also
ClearBrushPatterns, CreateBrushPattern
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