Class TImageClickEventParameter
TImageClickEventParameter class
TImageClickEventParameter encapsulates the parameter data for TImageButton::onClick event of TImageButton controls.
| Constructor Summary |
| public |
Constructor.
|
| Method Summary |
|
integer
|
|
|
integer
|
|
|
void
|
|
|
void
|
|
| 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 |
getX
| Output |
|
integer
| X coordinate of the clicking point, defaults to 0 |
| Exception |
|
getY
| Output |
|
integer
| Y coordinate of the clicking point, defaults to 0 |
| Exception |
|
setX
| public void setX |
(integer $value ) |
| Input |
| integer | $value | X coordinate of the clicking point |
| Output |
| Exception |
|
setY
| public void setY |
(integer $value ) |
| Input |
| integer | $value | Y coordinate of the clicking point |
| Output |
| Exception |
|
|