1.

Explain Enumerated Data Types In Pb?

Answer»

Enumerated data types are specific to POWER Script. They are used as arguments in functions and also to specify the properties of an object or control. A variable of one of the enumerated data types can be ASSIGNED a fixed set of VALUES. For example, the enumerated data TYPE Alignment, which specifies the alignment of text, can be assigned one of the following three values. Center! Left!, and Right.

For example:mle_edit.Alignment=Right.

Enumerated data types are specific to Power Script. They are used as arguments in functions and also to specify the properties of an object or control. A variable of one of the enumerated data types can be assigned a fixed set of values. For example, the enumerated data type Alignment, which specifies the alignment of text, can be assigned one of the following three values. Center! Left!, and Right.

For example:mle_edit.Alignment=Right.



Discussion

No Comment Found