How can I Modify Designer Toolbar Component Properties ?
Hi,
It there any way to change the Hint (or any property for that matter) for
the ppDBText component in the actual toolbar of the report designer. Right
now it just says "DBText". I may want the End Users to see something like
"Insert Category" as the hint.
I'm using RB6.03, Delphi6, Win2000
Thanks in Advance,
--
Ben Hoffman
Programmer / Analyst
Sirs Publishing, Inc.
1-800-232-7477, Ext. 797
benh@sirs.com
It there any way to change the Hint (or any property for that matter) for
the ppDBText component in the actual toolbar of the report designer. Right
now it just says "DBText". I may want the End Users to see something like
"Insert Category" as the hint.
I'm using RB6.03, Delphi6, Win2000
Thanks in Advance,
--
Ben Hoffman
Programmer / Analyst
Sirs Publishing, Inc.
1-800-232-7477, Ext. 797
benh@sirs.com
This discussion has been closed.
Comments
implementation
uses
ppCtrls;
initialization
ppUnRegisterComponent(TppDBText);
ppRegisterComponent(TppDBText, 'Data Components', 0, 0, 'Insert Category',
0);
end.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com