WithItem Class

From The Oxygene Language Wiki

Jump to:navigation, search

This is a Language topic
Feel free to add your notes to this topic below.


[Serializable]
WithItem = public class

WithItem is a storage class used by WithStatement to define variables, their types and the initial value a with statement is used on.

Namespace: Cirrus Statements


Members

Method
Description
constructor(aName: String; aType: IType; avalue: Value; aMatching: Boolean)Create a new instance of this class
constructorCreate a new instance of this class


Properties

Property
Description
Matching: BooleanOnly run the with if the value is not nil
Name: StringLocal variable name of this with item
Type: ITypeType of this with item
Value: ValueValue


See Also

Oxygene-48.png

Area: Oxygene Language
Compiler version: Oxygene 5

Language GlossaryKeywordsTypesFAQHow To

Navigation
Areas
More
Toolbox