Unit 'cef3api' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#pl_cef]

TCefFindHandler

Declaration

Source position: cef3api.pas line 1784

type TCefFindHandler = record

  base: TCefBaseRefCounted;

  

  on_find_result: procedure(

  

  self: PCefFindHandler;

  browser: PCefBrowser;

  identifier: Integer;

  count: Integer;

  const selectionRect: PCefRect;

  activeMatchOrdinal: Integer;

  finalUpdate: Integer

);

end;



CT Web help

CodeTyphon Studio