DelphiDelphiVCLPythonPython GUIWindows

What Is The InheritsFrom Method?

In this post, you’ll learn more about InheritsFrom or DelphiVCL.Application.InheritsFrom method determines the relationship between two object types. Use InheritsFrom to determine whether a particular class type or object is an instance of a class or one of its descendants. InheritsFrom returns True if the object type specified in the aClass parameter is an ancestor of the object type or…
Read more
DelphiDelphiVCLPythonPython GUIWindows

What You Need To Know About The InstanceSize Method

What is DelphiVCL.Application.InstanceSize? In this post, you’ll learn more about InstanceSize or DelphiVCL.Application.InstanceSize method returns the size in bytes of each instance of the object type. InstanceSize indicates how many bytes of memory are required for a class’s instance data. InstanceSize is called from methods that allocate and deallocate memory. InstanceSize is…
Read more
DelphiDelphiVCLPythonPython GUIWindows

What Does The HintPause Property Of DelphiVCL.Application Do?

In this post, you’ll learn more about the HintPause or DelphiVCL.Application.HintPause property is used to specify the time interval that passes before the control’s Help Hint appears when the user places the mouse pointer on a control or menu item. Use HintPause to change the default pause time of 500 milliseconds (or 1/2second) that is set in the constructor. When assigning a…
Read more
DelphiDelphiVCLPythonPython GUIWindows

How To Understand DelphiVCL.Application.HelpShowTableOfContents

In this post, you’ll learn how to use the HelpShowTableOfContents method or DelphiVCL.Application.HelpShowTableOfContents to show the table of contents within the Help system. Use HelpShowTableOfContents to bring up the table of contents for the Help system specified in the CurrentHelpFile property. This method is preferred to calling System.HelpIntfs.ICustomHelpViewer.ShowTableOfContents…
Read more