1VOTES VOTE This Is The DelphiVCL.Application.ModalLevel Property Muhammad Azizul Hakim What is the DelphiVCL.Application.ModalLevel Property? ModalLevel or DelphiVCL.Application.ModalLevel property gives the number of currently open modal forms. ModalLevel is a read-only property that gives the number of modal forms which are currently open. Any call…… … Read more 3 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE Learn About The InsertComponent Method And What It Does Muhammad Azizul Hakim InsertComponent or DelphiVCL.Application.InsertComponent method establishes the component as the owner of a specified component. InsertComponent adds the component passed in the AComponent parameter to the end of the Components array property. The inserted component must…… … Read more 3 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE Learn About The DelphiVCL.Application.HelpContext Method Muhammad Azizul Hakim Use the HelpContext method or DelphiVCL.Application.HelpContext to display the Help topic specified by the numeric context identifier. Use HelpContext to show the Help topic specified by the numeric context identifier Context and which is from…… … Read more 3 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE This Is The DelphiVCL.Application.Minimize Method Muhammad Azizul Hakim Minimize or DelphiVCL.Application.Minimize method is used to shrink an application to the Windows taskbar. Call Minimize to minimize the application. When the user minimizes the application, the Minimize method is automatically called. Note: Don’t confuse…… … Read more 3 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE Learn About DelphiVCL.Application.HandleMessage In Python Muhammad Azizul Hakim Use the HandleMessage method or DelphiVCL.Application.HandleMessage to interrupt the execution of an application while Windows processes a message in the Windows message queue. HandleMessage interrupts the execution of the application so that Windows can process…… … Read more 3 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE What Is The GetParentComponent Method in DelphiVCL.Application? Muhammad Azizul Hakim The GetParentComponent method or DelphiVCL.Application.GetParentComponent is used to return the containing component. GetParentComponent returns a reference to the component that contains the current component, or nil if there is no container. Use HasParent to determine…… … Read more 3 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE All You Need To Know About GetNamePath Method in DelphiVCL.Application Muhammad Azizul Hakim Use the GetNamePath method or DelphiVCL.Application.GetNamePath to return a string used by the Object Inspector. GetNamePath is used to determine the text to display in the Object Inspector for the name of the object being…… … Read more 3 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE What Does DelphiVCL.Application.HandleException Do? Muhammad Azizul Hakim The HandleException method or DelphiVCL.Application.HandleException is used to provide default handling of exceptions for the application. If an exception passes through all the try blocks in the application code, the application automatically calls HandleException, which…… … Read more 3 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE Learn About The Handle Property in DelphiVCL.Application Muhammad Azizul Hakim The Handle property or DelphiVCL.Application.Handle is used to provide access to the underlying Windows screen object for the control. The Handle property returns the window handle for the underlying Microsoft Windows screen object. Use the…… … Read more 3 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE What Is The GetInterfaceTable Method in DelphiVCL.Application? Muhammad Azizul Hakim Use the GetInterfaceTable method or DelphiVCL.Application.GetInterfaceTable to return a pointer to a structure containing all of the interfaces implemented by a given class. GetInterfaceTable returns the interface entries for the class. This list contains only…… … Read more 3 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE What Is The ModalStarted Method In DelphiVCL.Application? Muhammad Azizul Hakim ModalStarted or DelphiVCL.Application.ModalStarted method is used to track the opening of the modal form. Call ModalStarted to indicate that a modal form is being opened. ModalStarted is called by the ShowModal method of TCustomForm. ModalStarted…… … Read more 3 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE What Is The ModalPopupMode Property In DelphiVCL.Application? Muhammad Azizul Hakim ModalPopupMode or DelphiVCL.Application.ModalPopupMode property controls how the modal form behaves, with respect to Windows’ WS_POPUP style. Use ModalPopupMode to set the way modal forms behave, with respect to Windows’ WS_POPUP style. The Possible Values for…… … Read more 3 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE What is the Name Property in DelphiVCL.Application? Muhammad Azizul Hakim The Name or DelphiVCL.Application.Name property specifies the name of the component as referenced in code. Use Name to change the name of a component to reflect its purpose in the current application. By default, the…… … Read more 3 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE What is the NewInstance Method in DelphiVCL.Application? Muhammad Azizul Hakim NewInstance or DelphiVCL.Application.NewInstance method allocates memory for an instance of an object type and returns a pointer to that new instance. All constructors call NewInstance automatically. NewInstance calls InstanceSize to determine how much memory containing…… … Read more 3 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE This Is The DelphiVCL.Application.ModalFinished Method Muhammad Azizul Hakim ModalFinished or DelphiVCL.Application.ModalFinished method tracks closing of a modal form. How to use the DelphiVCL.Application.ModalFinished Method properly? Call ModalFinished to indicate that a modal form is being closed. ModalFinished is called by the ShowModal…… … Read more 3 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0