Home You are here: Home > Support > Reference v1.0

Change language: German

XmArrayProp Class Reference

List of all members.

Detailed Description

Contain general array properties, describing the behaviour of a XmArray container.


Public Types

enum  ITEM_ACCESS {
  IA_UNDEF,
  IA_BY_INDEX,
  IA_BY_ORDER
}
 Specify the manner how to handle array items. More...

Public Attributes

ITEM_ACCESS ItemAccess
 Conatin the way, items handled within the array.


Member Enumeration Documentation

enum ITEM_ACCESS
 

Specify the manner how to handle array items.

Enumeration values:
IA_UNDEF  undefined
IA_BY_INDEX  item indices are not continuous and not ordered like (7, 2, 5, 3)
IA_BY_ORDER  the order of item indices is continuous like (0, 1, 2, ..., n)

Copyright © 2006 Praetz Software Development - www.exomware.com