Ian Barker
As I hope you’re aware by now – RAD Studio 11 Alexandria is now available! RAD Studio 11 contains a whole ton of features and it’s launching just ahead of Microsoft’s official release of the… … Read more
3 years ago in API , Code , Delphi , Delphi Programming , delphi windows , GuiProgramming , programming , RAD Studio , SDK , UI , UX , visuals , windows , Windows 11
0
Muhammad Azizul Hakim
What is the DelphiVCL.Application.IsImplementorOf Method? IsImplementorOf or DelphiVCL.Application.IsImplementorOf method indicates whether the component implements a specified interface. Call IsImplementorOf to determine whether the component (or, if the component aggregates its interface with other components, whether…… … Read more
3 years ago in api references , Delphi , DelphiVCL , GuiProgramming , programming , Python , python gui , windows , windows app
0
Muhammad Azizul Hakim
The HintShortCuts or DelphiVCL.Application.HintShortCuts property is used to specify whether the application’s pop-up Hints include shortcut information. If HintShortCuts is True, the shortcut information is displayed. For example, if HintShortCuts is True, the hint for…… … Read more
3 years ago in api references , Delphi , DelphiVCL , GuiProgramming , programming , Python , python gui , windows , windows app
0
Muhammad Azizul Hakim
Use the GetEnumerator method or DelphiVCL.Application.GetEnumerator to return a TComponent enumerator. GetEnumerator returns a TComponentEnumerator reference, which enumerates the components contained within a specified containing component. To process all these subcomponents, call the TComponentEnumerator GetCurrent…… … Read more
3 years ago in api references , Delphi , DelphiVCL , GuiProgramming , programming , Python , python gui , windows , windows app
0
Muhammad Azizul Hakim
HintMouseMessage or DelphiVCL.Application.HintMouseMessage method regulates the display of hint windows. This method is called automatically when the mouse passes over a control with a Hint. Applications rarely, if ever, call HintMouseMessage directly. HintMouseMessage is used…… … Read more
3 years ago in api references , Delphi , DelphiVCL , GuiProgramming , programming , Python , python gui , windows , windows app
0