LazDoc: inserted line describing TCustomButton in StdCtrls that should have come from Buttons

git-svn-id: trunk@12738 -
This commit is contained in:
kirkpatc 2007-11-04 09:59:33 +00:00
parent ca5baed10d
commit 460c160978

View File

@ -4589,11 +4589,8 @@ Properties can include [Checked], [Click] (mouse clicks on button) and the actio
<!-- argument Visibility: default -->
<element name="TButtonControl.Create.TheOwner"><short/></element>
<!-- range type Visibility: default -->
<element name="TLeftRight">
<short/>
<descr/>
<seealso/>
</element>
<!-- object Visibility: default -->
<element name="TCustomButton">
<short>The ancestor class for TButton</short>
<descr>TCustomButton is the ancestor for TButton. If you want to define your own button class, you should use this class to derive it from.</descr>
</element>