Description | Hierarchy | Fields | Methods | Properties |
type TAd2dPropertyValue = record
"TAd2dPropertyValue" is used to send value information to the plugin dll. Setting the properties is done by calling the "TAd2dApplication.SetProperties" method.
PropName: string[64]; |
PropValue: Pointer; |
PropName: string[64]; |
Name of the property that will be set. If the property does not exist, nothing will happen. |
PropValue: Pointer; |
The value that will be assigned to the property specified by "PropName". |