Muhammad Azizul Hakim
C++ ABIs or more specifically: DelphiVCL.Application.CPP_ABI_1, DelphiVCL.Application.CPP_ABI_2, and DelphiVCL.Application.CPP_ABI_3 inside DelphiVCL.Application is C++ ABIs (Application Binary Interfaces, which are implemented under the hood, including how parameters are passed, such as in a register or on…… – Details…
1 year ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app
0
Muhammad Azizul Hakim
During windows development, or in fact any similar apps, use the FreeInstance method or DelphiVCL.Application.FreeInstance to deallocate memory allocated by a previous call to the NewInstance method. All destructors call FreeInstance automatically to deallocate memory…… – Details…
1 year ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app
0
Muhammad Azizul Hakim
In windows app development, the Observers or DelphiVCL.Application.Observers property indicates the TObservers object added to the TComponent. Observers is a read-only property that returns the TObservers added to the TComponent, in order to use the…… – Details…
1 year ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app
0