2VOTES VOTE Build An Artificial Intelligence Solutions With PyTorch Library In A Delphi Windows App Muhammad Azizul Hakim Are you looking for an end-to-end open-source machine learning and deep learning platform, and build a nice GUI for them? You can deliver enterprise-grade AI solutions easily by combining PyTorch and Python4Delphi library, inside Delphi…… … Read more 3 years ago in artificial intelligence, cbuilder, classification, computer vision, dataset, deep learning, Delphi, delphi vcl, GuiProgramming, Learn Python, neural networks, programming, Python, python gui, python4delphi, pytorch, windows, windows app 0
2VOTES VOTE Learn To Build A Python GUI For Programming Quantum Computers With Cirq In A Delphi Windows App Muhammad Azizul Hakim Are you looking for an open-source framework for programming quantum computers and build a nice GUI for them? Try Cirq library for Python. And for the GUI part, you can run it seamlessly with Python4Delphi…… … Read more 3 years ago in cbuilder, Cirq, Delphi, delphi vcl, GuiProgramming, Learn Python, programming, Programming Quantum Computers, Python, python gui, python4delphi, quantum computing, windows, windows app 0
2VOTES VOTE Learn To Build A Python GUI For Efficient And High-Performing Database Access With SQLAlchemy In A Delphi Windows App Muhammad Azizul Hakim Do you want to add the full power, functionalities, and flexibilities of SQL to your Python GUI App? You can build it easily by combining SQLAlchemy and Python4Delphi library, inside Delphi and C++Builder. SQLAlchemy is…… … Read more 3 years ago in cbuilder, database, Delphi, delphi vcl, GuiProgramming, Learn Python, orm, programming, Python, python gui, python4delphi, SQL, sqlalchemy, windows, windows app 0
1VOTES VOTE How to use the Title Property Muhammad Azizul Hakim DelphiVCL.Application.Title Property contains the text that appears below the icon representing the application when it is minimized. We use the DelphiVCL.Application.Title property to modify the name of the text string appearing below the icon of…… … Read more 3 years ago in Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE How to use the Text Property Muhammad Azizul Hakim Text property contains a text string associated with the control. We use the Text property to read the Text of the control or to specify a new string for the Text value. By default, Text…… … Read more 3 years ago in Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
2VOTES VOTE 5 Ways To Use Computer Vision In Your Windows Apps Muhammad Azizul Hakim What is Computer Vision? According to Ballard and Brown in 1982, Computer Vision is an interdisciplinary scientific field that deals with how computers can gain high-level understanding from digital images or videos. From the perspective… … Read more 3 years ago in AI, Code, computer vision, deep learning, Delphi, EasyOCR, Face Recognition, Image Segmentation, Image Transformation, keras, Mahotas, OCR, opencv, python gui, Python4Dephi, RAD Studio 0
1VOTES VOTE How to use the Caption Property Muhammad Azizul Hakim We use Caption to specify a text string that identifies the control to the user. To underline a character in a Caption that labels a component, include an ampersand (&) before the character. This type…… … Read more 3 years ago in Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE How to use the Parent Property Muhammad Azizul Hakim We use the Parent property to get or set the parent of the control. The parent of a control is the control that contains it. For example, if an application includes three radio buttons in…… … Read more 3 years ago in Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE Write a String inside a Clipping Rectangle using TextRect Muhammad Azizul Hakim We use TextRect to write a string inside a clipping rectangle or within a limited rectangular region. Any portions of the string that fall outside the rectangle passed in the Rect parameter are clipped and…… … Read more 3 years ago in Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE OnClose Event in DelphiVCL Library Muhammad Azizul Hakim OnClose event occurs when the form closes. We use OnClose to perform special processing when the form closes. The OnClose event specifies which event handler to call when a form is about to close. The…… … Read more 3 years ago in Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE OnSelectCell Event in DelphiVCL Library Muhammad Azizul Hakim OnSelectCell event occurs before a cell in the grid is selected. Write an OnSelectCell event handler to specify whether any particular cell in the grid can be selected. The Col and Row parameters indicate the…… … Read more 3 years ago in Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE OnDrawCell Event in DelphiVCL Library Muhammad Azizul Hakim OnDrawCell event Occurs when a cell in the grid needs to be drawn. We write an OnDrawCell event handler to draw the contents of all the cells in the grid. Draw on the cell using…… … Read more 3 years ago in Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE OnChange Event in DelphiVCL Library Muhammad Azizul Hakim OnChange event occurs when the user changes the text displayed in the edit region. We write an OnChange event handler to take specific action immediately after the user edits the text in the edit region…… … Read more 3 years ago in Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE OnClick Event in DelphiVCL Library Muhammad Azizul Hakim OnClick event occurs when the user clicks the control. We use the OnClick event handler to respond when the user clicks the control. If the control has an associated action, and that action has an…… … Read more 3 years ago in Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE Learn ColorBoxStyles from DelphiVCL.ColorBox Muhammad Azizul Hakim TColorBoxStyle specifies how a color box control displays its selections. The following table lists the possible values of TColorBoxStyle: Style Meaning when included cbStandardColors The color box lists the first 16 color constants from the…… … Read more 3 years ago in Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0