Microsoft SDK for Java

DataBinding.setPropertyValue

Sets the value of the property of the bound component.

Syntax

public void setPropertyValue( Object value )

Parameters

value

An object whose contents are used to set the property value.

Remarks

The property is set directly from the value parameter; the bound field is not used.

See Also   getPropertyValue

© 1999 Microsoft Corporation. All rights reserved. Terms of use.