JVCL Help:TJvCaptionButton.Position
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCaptionButton.Position Property
[+] TJvCaptionButton Methods
[+] TJvCaptionButton Properties
Search in JVCL Help
Search in all projectsSummary
Determines the horizontal position of the caption button on the form's caption.
Pascal
propertyPosition: Integer;
Description
Use property Position to specify a horizontal position for the caption button. Set Position to 0 (the default) to position the button next to the left most default caption button on the form's caption. If you use more than 1 custom caption buttons, you can set Position to 1 to position it next to the custom caption button with Position set to 0, etc.
Alternatively use ButtonLeft to specify a horizontal position for the caption button.
See Also
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