nardmoseley
Comments
-
TppLabel does not support specifying character spacing.
An example of a custom component can be located in Demos\RCL. The example
code is heavily commented. Learning this code is the best place to start.
The s… -
RB 11 includes support for RichText/DBRichText Justify
Details about RB 11 RichText enhancements can be found here...
htt… -
I received this same question via support@ yesterday. I recommend using the
source to the existing preview form or preview plug-in as a starting point.
I also recommend reviewing the source code to the ancestor classes. If you
are … -
If you have a DrawCommand descendant class, with some code like this...
function TmyDrawCommand.Draw(aDevice: TppDevice): Boolean;
begin
...
else if (aDevice is TppScreenDevice) then
begin
… -
For an example, check out ppRegPro.pas (or ppReg.pas if you are using RB
Std) in RBuilder\Source. This unit contains the ReportBuilder Delphi
design-time component registration.
-
Nard Moseley
Digital Metaphors
… -
This code example will be supported in the next maintenance release.
Thanks for reporting this.
-
Nard Moseley
Digital Metaphors
www.digital-metaphors.com