Site icon Python GUI

Create a Multiline Edit Control on a Form using DelphiVCL.Memo

focused black businesswoman using laptop

Photo by Ono Kosuki on Pexels.com

DelphiVCL.Memo is a wrapper for a Windows multiline edit control.

We use Memo to put a standard Windows multiline edit control on a form. Multiline edit boxes allow the user to enter more than one line of text. They are appropriate for representing lengthy information.

Note: Under Windows, there may be a limit of 64k of text for this control.

Browse all the properties, methods, and built-in properties of the DelphiVCL.Memo using dir() command:

[crayon-6606a2973271d426638468/]

See the responses in our Windows command prompt:

Here is the working example of the implementation of DelphiVCL.Memo:

[crayon-6606a29732727239483760/]

To see the result, let’s run the complete script:

[crayon-6606a2973272b830458360/]

The result:

 

Check out DelphiVCL which easily allows you to build GUIs for Windows using Python.

Watch this comprehensive introduction to Python GUI Development with DelphiVCL library video by Jim McKeeth:

Exit mobile version