function GetViewportRect: TRect; virtual; // protected
Returns coordinates of the buffered area relative to control's client area. By default, it coincides with the control's client rectangle, that is, the function returns (0, 0, ClientWidth, ClientHeight) rectangle.
Descendants may override this method and return a different rectangle if they have unbuffered areas, like scroll bars.
Copyright ©2000-2024 Alex Denisov and the Graphics32 Team - Graphics32 2.0 - Help file built on 18 Feb 2024