What is DelphiVCL.Application.DesignInfo?
July 7, 2021
In this post, we’ll use the DesignInfo property or DelphiVCL.Application.DesignInfo contains information used by the Form designer in Python Program Maker.
DesignInfo is used internally. Do not use this property in applications.
Let’s browse all the properties, methods, and built-in properties of the DelphiVCL.Application.DesignInfo using dir() command:
import…