Unit 'uCEFScrollViewComponent' Package
[Overview][Classes][Index] [#pl_cef4typhon]

TCEFScrollViewComponent

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: uCEFScrollViewComponent.pas line 22

type TCEFScrollViewComponent = class(TCEFViewComponent)

protected

  FScrollView: ICefScrollView;

  

  procedure DestroyView; override;

  

  procedure Initialize; override;

  

  function GetInitialized; override;

  

  function GetAsView; override;

  

  function GetAsScrollView; override;

  

  function GetContentView;

  

  function GetVisibleContentRect;

  

  function GetHasHorizontalScrollbar;

  

  function GetHorizontalScrollbarHeight;

  

  function GetHasVerticalScrollbar;

  

  function GetVerticalScrollbarWidth;

  

  procedure SetContentView();

  

  procedure doCreateCustomView; override;

  

public

  procedure CreateScrollView;

  

  property ContentView: ICefView; [rw]

  

  property VisibleContentRect: TCefRect; [r]

  

  property HorizontalScrollbarHeight: Integer; [r]

  

  property VerticalScrollbarWidth: Integer; [r]

  

  property HasHorizontalScrollbar: Boolean; [r]

  

  property HasVerticalScrollbar: Boolean; [r]

  

end;

Inheritance

TCEFScrollViewComponent

  

|

TCEFViewComponent

  

|

TObject,ICefViewDelegateEvents



CT Web help

CodeTyphon Studio