DelphiDelphiVCLPythonPython GUIWindows

What does HintHidePause in DelphiVCL.Application do?

In this post, you’ll learn more about HintHidePause or DelphiVCL.Application.HintHidePause property is used to specify the time interval to wait before hiding the Help Hint if the mouse has not moved from the control or menu item. Use HintHidePause to specify a wait time in milliseconds. The default value is 2500 milliseconds (or 2 1/2seconds), which is set in the constructor. The Help Hint…
Read more
DelphiDelphiVCLPythonPython GUIWindows

What Does HintMouseMessage In DelphiVCL.Application Do?

In this post, you’ll learn more about HintMouseMessage or DelphiVCL.Application.HintMouseMessage method regulates the display of hint windows. This method is called automatically when the mouse passes over control with a Hint. Applications rarely, if ever, call HintMouseMessage directly. HintMouseMessage is used internally to manage the display of the hint windows. You can use Python…
Read more
DelphiDelphiVCLPythonPython GUIWindows

Use The GetInterface Method In DelphiVCL.Application

In this post, you’ll learn more about the GetInterface method or DelphiVCL.Application.GetInterface is used to retrieve a specified interface. GetInterface retrieves the interface designated by a GUID or type name. The basic implementation of GetInterface uses the GUID specified in the IID parameter. If the specified interface is supported by the class, it is returned in the Obj parameter…
Read more
DelphiDelphiVCLPythonPython GUIWindows

This Is A List Of All Routines And Classes in the VCL

This section lists all routines and classes included in Delphi’s VCL, split by categories. You can use these lists to navigate according to your needs. VCL CategoryUnit(s)Additional ControlsVcl.ActnColorMaps, Vcl.ActnCtrls, Vcl.ActnMan, Vcl.ActnMenus, Vcl.ActnPopup, Vcl.AppEvnts, Vcl.ButtonGroup, Vcl.Buttons, Vcl.CheckLst, Vcl.CategoryButtons, Vcl.Controls, Vcl.CustomizeDlg…
Read more