[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Win32Int' (#lcl)

TWin32ComboBoxStringList

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

Declaration

Source position: win32listslh.inc line 78

type TWin32ComboBoxStringList = class(TWin32ListStringList)

protected

  function GetComboHeight;

  

  procedure InitFlags; override;

  

  procedure UpdateComboHeight;

  

public

  procedure AddStrings(); override;

  procedure Assign(); override;

  

  procedure Clear; override;

  

  procedure Delete(); override;

  

  procedure Insert(); override;

  

  property ComboHeight: Integer; [r]

  

  property DropDownCount: Integer; [rw]

  

end;

Inheritance

TWin32ComboBoxStringList

  

|

TWin32ListStringList

  

|

TStrings

?

TObject