Class TCommandEventParameter
Direct Known Sub-classes:
TCommandEventParameter class
TCommandEventParameter encapsulates the parameter data for Command event of button controls. You can access the name of the command via CommandName property, and the parameter carried with the command via CommandParameter property.
Constructor Summary |
public |
Constructor.
|
Method Summary |
string
|
|
string
|
|
Methods Inherited From TComponent |
TComponent::addParsedObject(), TComponent::attachEventHandler(), TComponent::canGetProperty(), TComponent::canSetProperty(), TComponent::createdOnTemplate(), TComponent::detachEventHandler(), TComponent::evaluateExpression(), TComponent::evaluateStatements(), TComponent::getEventHandlers(), TComponent::getSubProperty(), TComponent::hasEvent(), TComponent::hasEventHandler(), TComponent::hasProperty(), TComponent::raiseEvent(), TComponent::setSubProperty(), TComponent::__get(), TComponent::__set()
|
Constructor Details |
__construct
Constructor.
|
Method Details |
getCommandName
public string getCommandName |
() |
Output |
string
| name of the command |
Exception |
|
getCommandParameter
public string getCommandParameter |
() |
Output |
string
| parameter of the command |
Exception |
|
|