Unit 'nxUI' Package
[Overview][Types][Classes][Variables][Index] [#pl_nxpascal]

TUIDropDown

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: nxUI.pas line 229

type TUIDropDown = class(TUIElement)

public

  texture: Integer;

  

  font: Integer;

  

  text: string;

  

  edit: TUIEdit;

  

  button: TUIButton;

  

  list: TUIList;

  

  editable: Boolean;

  

  property dropped: Boolean; [rw]

  

  property ItemIndex: Integer; [rw]

  

  constructor Create();

  

  destructor Destroy; override;

  

  procedure LostFocus;

  

  procedure UpdateSize;

  

end;

Inheritance

TUIDropDown

  

|

TUIElement

  

|

TObject



CT Web help

CodeTyphon Studio