mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 16:19:13 +02:00
Propedits: remove a test version of TCoolBarControlPropertyEditor.CheckNewValue
git-svn-id: trunk@42832 -
This commit is contained in:
parent
6add6ca3ca
commit
dbf7469826
@ -636,8 +636,6 @@ type
|
|||||||
{ TCoolBarControlPropertyEditor }
|
{ TCoolBarControlPropertyEditor }
|
||||||
|
|
||||||
TCoolBarControlPropertyEditor = class(TComponentPropertyEditor)
|
TCoolBarControlPropertyEditor = class(TComponentPropertyEditor)
|
||||||
protected
|
|
||||||
function CheckNewValue(APersistent: TPersistent): boolean; override;
|
|
||||||
public
|
public
|
||||||
constructor Create(Hook: TPropertyEditorHook; APropCount: Integer); override;
|
constructor Create(Hook: TPropertyEditorHook; APropCount: Integer); override;
|
||||||
end;
|
end;
|
||||||
@ -4382,12 +4380,6 @@ begin
|
|||||||
fIgnoreClass := TCustomCoolBar;
|
fIgnoreClass := TCustomCoolBar;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function TCoolBarControlPropertyEditor.CheckNewValue(APersistent: TPersistent): boolean;
|
|
||||||
begin
|
|
||||||
Result:=false;
|
|
||||||
raise Exception.Create('TCoolBarControlPropertyEditor.CheckNewValue is called after all!');
|
|
||||||
end;
|
|
||||||
|
|
||||||
{ TComponentAllPropertyEditor }
|
{ TComponentAllPropertyEditor }
|
||||||
|
|
||||||
function TComponentAllPropertyEditor.GetComponentReference: TComponent;
|
function TComponentAllPropertyEditor.GetComponentReference: TComponent;
|
||||||
|
Loading…
Reference in New Issue
Block a user