Object Inspector example: Use unit GraphPropEdits to register TColorPropertyEditor.

git-svn-id: trunk@50188 -
This commit is contained in:
juha 2015-10-27 22:41:21 +00:00
parent 8b83841913
commit 2ff909a6cc
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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 }