Muhammad Azizul Hakim
ActionUpdateDelay property or DelphiVCL.Application.ActionUpdateDelay used to delay the call to DoActionIdle. This applies to native Windows development. The following example demonstrates the usefulness of this property: Create an MDI project with the main form, an…… … Read more
3 years ago in api references, Delphi, DelphiVCL, GuiProgramming, native windows development, programming, Python, python gui, windows, windows app
0
Muhammad Azizul Hakim
OnModalBegin or DelphiVCL.Application.ModalBegin occurs when a modal form is opened. Write an OnModalBegin event handler to perform special processing when a modal form is opened. How to examine the properties, methods, and built-in properties…… … Read more
3 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app, windows ui toolkit
0
Muhammad Azizul Hakim
The DelphiVCL CleanupInstance method or DelphiVCL.Application.CleanupInstance is used to perform finalization on long strings, variants, and interface variables within a class. Do not call CleanupInstance directly. CleanupInstance is called automatically when the object instance is…… … Read more
3 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app
0
Muhammad Azizul Hakim
When performing development on Windows, the ComponentState property or DelphiVCL.Application.ComponentState is used to describe the current state of the component, indicating when a component needs to avoid certain actions. ComponentState is a set of constants…… … Read more
3 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app
0
Muhammad Azizul Hakim
When carrying out Windows development, use the CurrentHelpFile property or DelphiVCL.Application.CurrentHelpFile to indicate the current Help file. You can read CurrentHelpFile to determine the name of the Help file that is currently used by the…… … Read more
3 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app, Windows Development
0