From: <ah...@us...> - 2013-04-30 05:31:07
|
Revision: 13506 http://jvcl.svn.sourceforge.net/jvcl/?rev=13506&view=rev Author: ahuser Date: 2013-04-30 05:30:59 +0000 (Tue, 30 Apr 2013) Log Message: ----------- FListBox accessible through protected property ListBox Modified Paths: -------------- trunk/jvcl/run/JvCombobox.pas Modified: trunk/jvcl/run/JvCombobox.pas =================================================================== --- trunk/jvcl/run/JvCombobox.pas 2013-04-25 11:40:57 UTC (rev 13505) +++ trunk/jvcl/run/JvCombobox.pas 2013-04-30 05:30:59 UTC (rev 13506) @@ -304,6 +304,8 @@ procedure CreatePopup; override; procedure Change; override; function AcceptPopup(var Value: Variant): Boolean; override; + + property ListBox: TJvCheckListBox read FListBox; public constructor Create(AOwner: TComponent); override; destructor Destroy; override; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |