1VOTES VOTE What Is The GetEnumerator Method in DelphiVCL.Application? 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
1VOTES VOTE Hands-On Bioinformatics With These 6 Powerful Python Libs Muhammad Azizul Hakim Are you looking for tools to work in Bioinformatics and build a nice GUI for them? You can build scalable Bioinformatics systems easily by combining these 6 powerful Python libraries and Python4Delphi for the GUI…… … Read more 3 years ago in Algorithm, Bioinformatics, Biology, biopython, Code, DEAP, Delphi, Genetic Algorithm, Image processing, Machine Learning, Nilearn, PsychoPy, Python, python gui, Python4Dephi, RAD Studio, scientific computing, scikit-bio, scikit-image, statistics, windows 0
1VOTES VOTE What Does HintMouseMessage In DelphiVCL.Application Do? 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
1VOTES VOTE This Is The FreeOnRelease Method Of DelphiVCL.Application Muhammad Azizul Hakim FreeOnRelease method or DelphiVCL.Application.FreeOnRelease is used to free the interface reference for components that were created from COM classes. FreeOnRelease is called when an interface implemented by the component is released. FreeOnRelease is used internally…… … Read more 3 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE What Is The FreeNotification Method In DelphiVCL? Muhammad Azizul Hakim Use the FreeNotification method or DelphiVCL.Application.FreeNotification to ensure that AComponent is notified that the component is going to be destroyed. Use FreeNotification to register AComponent as a component that should be notified when the component…… … Read more 3 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE Use The GetInterface Method In DelphiVCL.Application Muhammad Azizul Hakim The GetInterface method or DelphiVCL.Application.GetInterface is used to retrieve a specified interface. GetInterface retrieves the interface designated by a GUID or type name. The basic implementation of GetInterface uses the GUID specified in the IID…… … Read more 3 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE What You Need To Know About The GetInterfaceEntry Method Muhammad Azizul Hakim Use the GetInterfaceEntry method or DelphiVCL.Application.GetInterfaceEntry to return the entry for a specific interface implemented in a class. GetInterfaceEntry returns the class entry for the interface specified by the IID parameter. Note: In Delphi Code,…… … Read more 3 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE How To Use The GetHashCode Method in DelphiVCL.Application Muhammad Azizul Hakim The GetHashCode method or DelphiVCL.Application.GetHashCode is used to return an integer containing the hash code. By default, calling GetHashCode on an object returns an integer representing the virtual address at which the object is stored……. … Read more 3 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE This Is A List Of All Routines And Classes in the VCL Muhammad Azizul Hakim This section lists all routines and classes included in Delphi’s VCL, split by categories. You can use these lists to navigate according to your needs. VCL Category Unit(s) Additional Controls Vcl.ActnColorMaps, Vcl.ActnCtrls, Vcl.ActnMan, Vcl.ActnMenus, Vcl.ActnPopup,…… … Read more 3 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE What is DelphiVCL.Application.CreateHandle? Muhammad Azizul Hakim We can use the CreateHandle property or DelphiVCL.Application.CreateHandle to generate a main window for the application if it does not already have one. Do not call CreateHandle directly. In EXEs, the application’s constructor calls CreateHandle……. … Read more 3 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE 6 Simple Ways to Generate Dummy Data for Your Windows Apps Muhammad Azizul Hakim What is the purpose of dummy data generation? As a Developer or Tester, sometimes we need a large volume of data in the database to test the applications. Manually creating this data and inserting it… … Read more 3 years ago in Code, Data Generators, Delphi, Dummy Data Generators, Faker, FauxFactory, generators, lipsum, Mimesis, pandas, Python, Python Data Generators, python gui, Python4Dephi, RAD Studio, radar, Test Data Generators 0
1VOTES VOTE Creating A New Application With DelphiVCL.Application.Create Muhammad Azizul Hakim The Create method of the DelphiVCL.Application object, DelphiVCL.Application.Create, creates a new VCL-based application. Do not call Create directly. Each GUI application automatically creates an instance of an application object. For DelphiVCL.Application or TApplication, the Create…… … 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 Application.DialogHandle Muhammad Azizul Hakim Use the DialogHandle property or DelphiVCL.Application.DialogHandle to provide a mechanism for using non-VCL dialog boxes in an application. Use DialogHandle when displaying a modeless dialog box that was created using the CreateDialog API function. Assigning…… … Read more 3 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE What is the FieldAddress Property in DelphiVCL.Application? Muhammad Azizul Hakim Use the FieldAddress property or DelphiVCL.Application.FieldAddress to return the address of a published object field. FieldAddress is used internally by the component streaming system to access a specified published field of an object. FieldAddress returns…… … Read more 3 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE What is the FindComponent Property in DelphiVCL.Application? Muhammad Azizul Hakim Use the FindComponent property or DelphiVCL.Application.FindComponent to indicate whether a given component is owned by the component. FindComponent returns the component in the Components property array with the name that matches the string in the…… … Read more 3 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0