Oops
i forgot the "FF." - should be:
constructor TNamNAMEditor.Create(AOwner: TComponent);
begin
inherited Create(AOwner);
BevelInner := bvNone;
BevelOuter := bvNone;
FF := TfraCustomNamEditor.Create(nil);
FF.Parent := Self;
FF.Align := alClient;
FF.ControlStyle := FF.ControlStyle + [csDesignInteractive];
FF.Show;
end;
ns
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz