mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-28 19:09:51 +02:00
Object Inspector example: Use unit GraphPropEdits to register TColorPropertyEditor.
git-svn-id: trunk@50188 -
This commit is contained in:
parent
8b83841913
commit
2ff909a6cc
@ -10,7 +10,7 @@ object Form1: TForm1
|
||||
ClientWidth = 473
|
||||
OnCreate = Form1CREATE
|
||||
OnDestroy = Form1DESTROY
|
||||
LCLVersion = '1.1'
|
||||
LCLVersion = '1.5'
|
||||
object OIGroupbox: TGroupBox
|
||||
Left = 8
|
||||
Height = 121
|
||||
|
@ -5,8 +5,8 @@ unit MainUnit;
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, TypInfo, LResources, Forms, Controls, Graphics, Dialogs,
|
||||
ObjectInspector, PropEdits, PropEditUtils, StdCtrls, Buttons;
|
||||
Classes, TypInfo, Forms, Controls, StdCtrls,
|
||||
ObjectInspector, PropEdits, PropEditUtils, GraphPropEdits;
|
||||
|
||||
type
|
||||
{ TMyComponent }
|
||||
|
Loading…
Reference in New Issue
Block a user