You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-11-23 21:34:53 +02:00
Added more XML documentation
This commit is contained in:
@@ -68,6 +68,10 @@ type
|
||||
{$ENDIF}
|
||||
|
||||
{$IFNDEF FPC}{$IFDEF DELPHI16_UP}[ComponentPlatformsAttribute(pfidWindows)]{$ENDIF}{$ENDIF}
|
||||
/// <summary>
|
||||
/// TBufferPanel is used by VCL and LCL applications with browsers in OSR mode
|
||||
/// to draw the browser contents. See the SimpleOSRBrowser demo for more details.
|
||||
/// </summary>
|
||||
TBufferPanel = class(TCustomPanel)
|
||||
protected
|
||||
FScanlineSize : integer;
|
||||
|
||||
Reference in New Issue
Block a user