Name

UI::ChangeWidget — Changes widget contents

Synopsis

boolean ChangeWidget ( symbol  widgetId ,
  symbol  property ,
  any  newValue );

Parameters

symbol widgetId

Can also be specified as `id( any widgetId )

symbol property

any newValue

Return

boolean

Returns true on success.

Description

Changes a property of a widget of the topmost dialog. id specified the widget to change, property specifies the property that should be changed, newvalue gives the new value.