Class TServerValidateEventParameter
TServerValidateEventParameter class
TServerValidateEventParameter encapsulates the parameter data for OnServerValidate event of TCustomValidator components.
| Constructor Summary |
| public |
Constructor.
|
| Method Summary |
|
boolean
|
|
|
string
|
|
|
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 |
getIsValid
| public boolean getIsValid |
() |
| Output |
|
boolean
| whether the value is valid |
| Exception |
|
getValue
| public string getValue |
() |
| Output |
|
string
| value to be validated |
| Exception |
|
setIsValid
| public void setIsValid |
(boolean $value ) |
| Input |
| boolean | $value | whether the value is valid |
| Output |
| Exception |
|
|