Adds a numeric value to the arguments list. The Kind parameter may be dtInteger or dtFloat and tells the function how to store the value. The index of the new argument in the Argument list is returned.
Namespace: IECSInterfaces
Delphi |
public |
Parameters
Value
Type: Integer
Kind
Type: TIEType
Type: Integer
Use the ArgumentCount and Argument properties to access the arguments. Every argument is stored as an IIEValue so that later the argument can be extracted with its type. |
Reference |