PARAMDATA

Used to describe a parameter accepted by a method or property.

typedef struct FARSTRUCT tagPARAMDATA {

OLECHAR FAR* szName; // Parameter name

VARTYPE vt; // Parameter type

} PARAMDATA;

The following table describes the fields of the PARAMDATA structure:

Name
Type
Description
szName
OLECHAR FAR *
The parameter name. Names should follow standard conventions for programming language access; that is, no embedded spaces or control characters, and 32 or fewer characters. This name should be localized, because each type description describes names for a particular locale.
  • t
VARTYPE
The VARTYPE that will be used by the receiver. If more than one parameter type is accepted, VT_VARIANT should be specified.

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples