DelphiDelphiVCLPythonPython GUIWindows

What Does HintColor In DelphiVCL.Application Do?

In this post, you’ll learn more about HintColor or DelphiVCL.Application.HintColor property determines the color of the hint boxes for the Help Hints for the application. Use HintColor to specify the hint box color. A default color value of clInfoBk is set for the HintColor property in the constructor when the application is created. To change the HintColor, assign it a new TColor value…
Read more
DelphiDelphiVCLPythonPython GUIWindows

This Is The FreeOnRelease Method Of DelphiVCL.Application

In this post, you’ll learn more about FreeOnRelease method or DelphiVCL.Application.FreeOnRelease is used to free the interface reference for components that were created from COM classes. FreeOnRelease is called when an interface implemented by the component is released. FreeOnRelease is used internally and calls the corresponding interface method. It should not be necessary to call…
Read more
DelphiDelphiVCLPythonPython GUIWindows

What You Need To Know About The GetInterfaceEntry Method

In this post, you’ll learn how to use the GetInterfaceEntry method or DelphiVCL.Application.GetInterfaceEntry to return the entry for a specific interface implemented in a class. GetInterfaceEntry returns the class entry for the interface specified by the IID parameter. Note: In Delphi Code, IID can be an interface name. The compiler replaces this name with the actual GUID. COM…
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