Richard17
Richard17
About
- Username
- Richard17
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
Now fixed. What really fixed it is defining a setter for my Font property which would Assign the Font. Somehow I feel like nobody is monitoring this forum [img]style_emoticons/<#EMO_DIR#>/dry.gif" style="vertical-align:middle" emoid="<_…
-
Correction, that didn't fix it. I still need help with this. Richard17 wrote: » Also answering my QUESTION #1: (for those interested) I needed to include an Assign method. procedure TMyPersistent.Assign(Source: TPersistent); var P: TM…
-
Also answering my QUESTION #1: (for those interested) I needed to include an Assign method. procedure TMyPersistent.Assign(Source: TPersistent); var P: TMyPersistent; begin if Source is TMyPersistent then begin P := (Source as TMyPersi…
-
For those that may be interested, I am answering my QUESTION #2: Solved by registering my extended property as such (in initialization section) frxPropertyEditors.Register(TypeInfo(Extended), TfrxComponent, 'MyExtendedPropName', TfrxLocSizeXPr…
-
Anyone? Does anybody from FastReport monitor these posts? Richard17 wrote: » I have a routine that I use to hide unwanted control from the toolbuttons. Example: for i := 0 to Designer.ObjectsTB1.ButtonCount - 1 do begin   if ( Compa…