Lazarus
Programming => LCL => Topic started by: pcurtis on December 06, 2021, 07:11:06 pm
-
Are there methods / properties to set / get the boundaries of a component?
Like
memo1.boundaries := memo2.boundaries
-
That sounds interesting. Can you explain in more detail.
TMemo already has these methods/properties:
- BoundsRect
- BeginUpdateBounds / EndUpdateBounds
- BaseBounds
- SetBounds
- ReadBounds
- SetInitialBounds
Did you mean any one of above?
-
Now I see. Ok problem solved.