mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 23:59:12 +02:00
MG: started TCollectionPropertyEditor
git-svn-id: trunk@3173 -
This commit is contained in:
parent
e30f550e27
commit
934d75f15b
@ -194,9 +194,6 @@ type
|
||||
public
|
||||
constructor Create(AOwner: TComponent); override;
|
||||
destructor Destroy; override;
|
||||
property Page;
|
||||
property PageCount;
|
||||
property Pages;
|
||||
published
|
||||
property ActivePage;
|
||||
property Images;
|
||||
@ -205,7 +202,6 @@ type
|
||||
property OnPageChanged;
|
||||
property Options;
|
||||
property PageIndex;
|
||||
property PageList;
|
||||
property ShowTabs;
|
||||
end;
|
||||
|
||||
@ -510,6 +506,9 @@ end.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.32 2002/09/09 07:26:42 lazarus
|
||||
MG: started TCollectionPropertyEditor
|
||||
|
||||
Revision 1.31 2002/09/05 12:11:42 lazarus
|
||||
MG: TNotebook is now streamable
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user