DelphiDelphiVCLPythonPython GUIWindows

How To Use The Value Property For Actions and Parameters

How To Use The Value Property For Actions and Parameters

We use the Value property to set or specify any actions or parameters in the DelphiVCL library while using the IDE software.

Here is the working example of Value with CanSelect parameter:

In the example above, we set the CanSelect parameter to False to prevent the cell in DrawGrid creation from being selected.

And here is the working example of Value with the Action parameter:

In the example above, we set the Action parameter to caFree to close the MainForm and freeing all allocated memory for the form.

 

See the complete code here.

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

Related posts
CodeIDEPythonPython GUIWindows

Unlock the Power of Python for Deep Learning with Recurrent Neural Networks

AndroidCodeDelphiLearn PythonProjectsPythonPython GUI

How to Create a BMI App With Delphi Ecosystem And Python

AndroidCodeDelphiDelphiFMXLearn PythonProjectsPythonPython GUI

How to Create a Stopwatch/Timer Android App With Delphi For Python?

AndroidCodeDelphiDelphiFMXLearn PythonProjectsPythonPython GUI

How to Create a Unit Converter Android App Using Python GUI

Leave a Reply

Your email address will not be published. Required fields are marked *