DelphiDelphiVCLPythonPython GUIWindows

Learn About DelphiVCL.Application.AutoDragDocking

AutoDragDocking property or DelphiVCL.Application.AutoDragDocking is used to indicate whether dragged windows are automatically docked. Set AutoDragDocking to enable drag-and-dock behavior when windows are dragged. When AutoDragDocking is true, dragged windows are automatically docked when the mouse is released over a docking site. When AutoDragDocking is false, dragged windows are only…
Read more
DelphiDelphiVCLPythonPython GUIWindows

Learn About DelphiVCL.Application.AfterConstruction

AfterConstruction method or DelphiVCL.Application.AfterConstruction is used to respond after the last constructor has been executed. Do not call it explicitly in your applications. The AfterConstruction method implemented in TObject does nothing. Override this method when creating a class that performs an action after the object is created. For example, TCustomForm overrides…
Read more
DelphiDelphiVCLPythonPython GUIWindows

What is Active Property in DelphiVCL.Application?

Active property or DelphiVCL.Application.Active is used to specify whether the application is active and has focus. Active is true while the application is active and false if it is not. Active is set to true in the constructor. An application is active if the form or application has focus. An application becomes inactive when a window from a different application is about to become…
Read more