JVCL Help:GetFormVisible
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: GetFormVisible function
[+] JvDockControlForm.pas Functions
Search in JVCL Help
Search in all projectsSummary
Returns whether a form is hidden or visible.
Pascal
run\JvDockControlForm.pas
functionGetFormVisible(DockWindow: TWinControl): Boolean;
Parameters
Parameters | Description |
DockWindow: TWinControl | Determines whether the object is visible or not. Generally, this parameter is an object of TForm. |
Description
Call the GetFormVisible function to determine whether DockWindow parameter is visible. If visible, the function returns True, otherwise False.
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