[Overview][Classes][Index] Reference for unit 'nvContext' (#nvidia-widgets)

UIContext.doComboBox

Combobox widget

Declaration

Source position: nvcontext.pas line 149

public function UIContext.doComboBox(

  const aRect: Rect;

  numOptions: Integer;

  const options: array of ;

  var selected: Integer;

  style: Integer = 0

):Boolean;

Description