Class TDataGridSortCommandEventParameter
TDataGridSortCommandEventParameter class
TDataGridSortCommandEventParameter encapsulates the parameter data for TDataGrid::onSortCommand event of TDataGrid controls. The CommandSource property refers to the control that originally raises the OnCommand event, while SortExpression gives the sort expression carried with the sort command.
| Constructor Summary |
| public |
Constructor.
|
| 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::__call(), TComponent::__get(), TComponent::__set(), TComponent::__sleep(), TComponent::__wakeup()
|
| Constructor Details |
__construct
Constructor.
|
| Method Details |
getCommandSource
| Output |
|
TControl
| the control originally raises the OnCommand event. |
| Exception |
|
getSortExpression
| public string getSortExpression |
() |
| Output |
|
string
| sort expression |
| Exception |
|
|