SYS(1269) - Property Information

See Also

Returns a logical value that indicates whether a property setting has changed from its default setting or whether the property is read-only.

Syntax

SYS(1269, oObjectName, cProperty, nPropertyAttribute)

Returns

Logical

Arguments

oObjectName

Specifies the object for which the property setting information is returned.

cProperty

Specifies the property for which SYS(1269) returns information.

nPropertyAttribute

Specifies the property attribute.

If nPropertyAttribute is 0, SYS(1269) returns true (.T.) if the property setting has changed from its default setting. SYS(1269) returns false (.F.) if the property setting has not been changed from its default value.

If nPropertyAttribute is 1, SYS(1269) returns true (.T.) if the property setting is read-only. SYS(1269) returns false (.F.) if the property setting is read-write.

Remarks

Use SYS(1269) to determine whether a property setting has been changed from its default value or is read-only before attempting to set the property programmatically.