IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

objectsName (property)

The name (key) of the object.

Syntax

- (NSString*)objectsName:(int)objectsIndex;
- (void)setObjectsName:(int)objectsIndex:(NSString*)newObjectsName;
public func objectsName(objectsIndex: Int32) throws -> String
public func setObjectsName(objectsIndex: Int32, newObjectsName: String) throws -> Void

Default Value

""

Remarks

The name (key) of the object.

This property specifies the name (key) of the object.

The ObjectsIndex parameter specifies the index of the item in the array. The size of the array is controlled by the ObjectsCount property.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 iOS Edition - Version 20.0 [Build 8265]