GetAttribute()

Namespace ›› System ›› MfObject ›› Methods ››
Parent Previous Next

GetAttribute()

OutputVar := instance.GetAttribute(index)

GetAttribute(index)

Gets an MfAttribute of the class.

Parameters

index

the zero-based index. Can be MfInteger or var containing Integer number.

Returns

Returns the object derived from MfAttribute from this instance of the class.

Throws

Throws MfIndexOutOfRangeException if index is outside valid range.