AnyWin.
Returns the list of properties for an object.
lsNames = object.GetPropertyList()
Variable | Description |
---|---|
lsNames | The names of the properties. LIST OF STRING. |
LIST OF STRING lsPropertyNames lsPropertyNames = MyOutLine.GetPropertyList()
GetPropertyList returns the names of all properties, both those containing individual values and those containing one-dimensional arrays.
GetProperty() and GetPropertyList() on ActiveX controls in a browser return the properties of the parent BrowserChild, rather than the ActiveX controls themselves.