Difference between revisions of "ExtensionsPlus.EventPlus.IsSizeChangedLength"
Jump to navigation
Jump to search
m (Hb moved page IsSizeChangedLength to ExtensionsPlus.EventPlus.IsSizeChangedLength: #3153) |
|||
Line 1: | Line 1: | ||
− | [[Category:EventPlus]] | + | {{DISPLAYTITLE:'''IsSizeChangedLength '''}}[[Category:EventPlus]] |
== Classification == | == Classification == | ||
− | {{ClassificationActivity | IsSizeChangedLength | Checks if the length was changed. | [[Term]] | [[EventPlus|OTX EventPlus Extension]] | - | [[TypeMismatchException]] | - | StandardCompliant=No}} | + | {{ClassificationActivity | IsSizeChangedLength | Checks if the length was changed. | [[Term]] | [[ExtensionsPlus.EventPlus|OTX EventPlus Extension]] | - | [[Core.Actions.Throw.Exception.TypeMismatchException|TypeMismatchException]] | - | StandardCompliant=No}} |
== Pseudo-Code Syntax == | == Pseudo-Code Syntax == | ||
Line 11: | Line 11: | ||
'''IsSizeChangedLength''' is a term, which checks if the length was changed. If the length was changed, GetDeepChangedIndex returns -1 | '''IsSizeChangedLength''' is a term, which checks if the length was changed. If the length was changed, GetDeepChangedIndex returns -1 | ||
− | {{TermReturnValue|[[Boolean]]| Returns TRUE if the length was changed}} | + | {{TermReturnValue|[[Core.DataTypes.SimpleDataType.Boolean|Boolean]]| Returns TRUE if the length was changed}} |
== Properties == | == Properties == | ||
{| {{TableHeader}} | {| {{TableHeader}} | ||
{{TableRowPropertiesHeader}} | {{TableRowPropertiesHeader}} | ||
− | {{TableRowPropertie1| Event | [[Event]] | [[Term]] | - | [1] | The event, whose type is checked.}} | + | {{TableRowPropertie1| Event | [[Extensions.EventHandling.Event|Event]] | [[Term]] | - | [1] | The event, whose type is checked.}} |
|} | |} | ||
Line 25: | Line 25: | ||
== See also == | == See also == | ||
− | [[DeepMonitorChangeEventSource]] <br/> | + | [[ExtensionsPlus.EventPlus.DeepMonitorChangeEventSource|DeepMonitorChangeEventSource]]<br/> |
− | [[GetDeepChangedIndex]]<br/> | + | [[ExtensionsPlus.EventPlus.GetDeepChangedIndex|GetDeepChangedIndex]] <br/> |
− | [[GetDeepNewValue]]<br/> | + | [[ExtensionsPlus.EventPlus.GetDeepNewValue|GetDeepNewValue]]<br/> |
− | [[IsDeepMonitorChangeEvent]] | + | [[ExtensionsPlus.EventPlus.IsDeepMonitorChangeEvent|IsDeepMonitorChangeEvent]] |
Latest revision as of 09:55, 16 February 2016
Contents
Classification
Name | IsSizeChangedLength |
Short Description | Checks if the length was changed. |
Class | Term |
Extension | OTX EventPlus Extension |
Group | - |
Exceptions | TypeMismatchException |
Checker Rules | - |
Standard Compliant | No |
Pseudo-Code Syntax
Value IsSizeChangedLength(Event);
Description
IsSizeChangedLength is a term, which checks if the length was changed. If the length was changed, GetDeepChangedIndex returns -1
Return Value
The Term returns the value, see table below.
![]()
In OTX, Terms are categorized according to its return data type!
Data Type | Description |
Boolean | Returns TRUE if the length was changed |
Properties
Name | Data Type | Class | Default | Cardinality | Description |
Event | Event | Term | - | [1] | The event, whose type is checked. |
Examples
Boolean result = IsSizeChangedLength(myEvent);
See also
DeepMonitorChangeEventSource
GetDeepChangedIndex
GetDeepNewValue
IsDeepMonitorChangeEvent