Sometimes your application needs a user interface with professional looks, but what is the best way to make one for Python applications? TryDelphiVCLfor Python!
DelphiVCLis a Python module giving Python GUI apps on Windows access to Delphi’s VCL for robust and high-performancenativeWindows visual widgets. It uses the Python4Delphi library as a bridge…
Do you run a business and you want to have an interactive Graphical User Interface application to increase your productivity? Building an app might sound too complicated but it is surprisingly easy especially if you know the right tools to use. Aspiring programmers often…
Learn about delphivcl.Collection
April 6, 2021
DelphiVCL.Collection or Collection is a container for CollectionItem objects.
Each Collection holds a group of CollectionItem descendants. The Collection maintains an index of the collection items in its Items array. The Count property contains the number of items in…
Learn Python With A Talk: What is Deployment, Anyway? by Katie McLaughlin (Pycon 2020) Video
April 4, 2021
If you are not familiar with Django Girls, it is a non-profit organization and a community that empowers and helps women to organize free, one-day programming workshops by providing tools, resources, and support. By the end of this workshop, participants are expected to develop and completed a Django Project. However, it should be noted that it is just the start of everything. Once you have…
DelphiVCL.BoundLabel is the type of a labeled Edit control’s label.
BoundLabel implements the label of a labeled Edit control. Unlike other label controls such as Label, BoundLabel “belongs” to the labeled Edit control (it is a subcomponent of the…
Learn About delphivcl.Bevel
April 4, 2021
DelphiVCL.Bevel is used to determine the style of the panel’s border. These are the possible values of DelphiVCL.Bevel:
Value
Meaning
pbNone
The panel has no bevel and appears flat.
pbLowered
The panel appears recessed.
pbRaised
The…
Learn about delphivcl.BasicAction
April 4, 2021
DelphiVCL.BasicAction is the ancestor class for all action objects.
BasicAction introduces the fundamental behavior for an action. Descendants of BasicAction add functionality for containment in an action list, for being categorized, and for specializing their behavior tailored to particular clients such as controls or menu items. Use BasicAction if you want to create an action for an…
Learn about delphivcl.Application.MessageBox
April 4, 2021
DelphiVCL.Application.MessageBox is used to display a specified message to the user.
Use MessageBox to display a generic dialog box containing a message and one or more buttons. The Caption parameter specifies the caption of the dialog box and is…
How To Use The CanSelect Parameter
April 3, 2021
CanSelect parameter is included inside the OnSelectCell event handler, while OnSelectCell 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…
Lists of All Available MsgDlgButtons
April 3, 2021
MsgDlgButtons defines a set of values used by MessageDlg and MessageDlgPos.
The MsgDlgButtons type defines the set of values a button in a message box can have. The TMsgDlgButtons type is used by the MessageDlg and MessageDlgPos functions.
The following table lists all the buttons that can appear on a form:
Value
Meaning
mbYes
A button with the text…