System.PropertySet Methods

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AddElementprotected
ClearpublicClears any assigned parameters and replaces the name of the associated method with an emtpy string.
ClearArgspublicClears any assigned parameters.
ClearNamepublicReplaces the name of the associated method with an emtpy string.
Createpublic
DestroypublicFrees a AutoCmd object.
GetArgCountpublicReturns the number of positional arguments that have been assigned.
GetArgTypepublicReturns the type of a parameter value.
GetCallTypepublicIndicates the type of the interface method represented by the PropertySet object.
GetNamepublicReturns the name of the interface method represented by this AutoCmd object.
GetNamedArgCountpublicReturns the number of named arguments that have been assigned.
GetNamedArgTypepublicReturns the type of a named parameter value.
GetNamedParmpublicReturns the value of a named parameter.
GetNamedParmNamepublicReturns the name of a named parameter value.
GetParmpublicReturns the value of a positional parameter.
operator <<public
RequestResultpublicIndicates that the interface method does not return a value.
SetNamepublicSets the name of the method represented by the AutoCmd object.