代码搜索:ThtmlViewer
找到约 11 项符合「ThtmlViewer」的源代码
代码结果 11
www.eeworm.com/read/164528/10104625
cnt htmlview.cnt
:Base HTMLView.hlp>main
:Title ThtmlViewer Help
:Index ThtmlViewer Help=HTMLView.hlp
1 ThtmlViewer, TFrameViewer, and TFrameBrowser Components
2 OverView=Contents
2 ThtmlViewer Component=ThtmlVie
www.eeworm.com/read/164528/10104714
pas htmlview.pas
{Version 9.4}
{*********************************************************}
{* HTMLVIEW.PAS *}
{* Copyright (c) 1995-2006 by *}
{*
www.eeworm.com/read/164528/10104532
pas printstatusform.pas
unit PrintStatusForm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Buttons, HTMLView, MetaFilePrinter;
type
TPrnStatusForm = cla
www.eeworm.com/read/164528/10104581
pas printstatusform.pas
unit PrintStatusForm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Buttons, HTMLView, MetaFilePrinter;
type
TPrnStatusForm = cla
www.eeworm.com/read/164528/10104690
pas frameviewerreg.pas
unit FrameViewerReg;
interface
uses classes, HTMLView, FramView, FramBrwz;
procedure Register;
implementation
procedure Register;
begin
RegisterComponents('Samples', [THTMLViewer,
www.eeworm.com/read/164528/10104536
dpr headerfooterdemo.dpr
program HeaderFooterDemo;
{A program to demonstrate the ThtmlViewer component}
uses
Forms,
HFUnit in 'HFUnit.pas' {Form1};
{$R *.RES}
begin
Application.Initialize;
Application.Cr
www.eeworm.com/read/164528/10104505
pas bmpdemounit.pas
{This demo program illustrates the use of the ThtmlViewer.MakeBitmap Method.
This method allows HTML formated Bitmaps to be constructed for use elsewhere
in the application or in other applicati
www.eeworm.com/read/164528/10104507
pas metademounit.pas
{This demo program illustrates the use of the ThtmlViewer.MakeMetaFile Method.
This method allows HTML formated metafiles to be constructed for use elsewhere
in the application or in other appli
www.eeworm.com/read/164528/10104587
dpr htmldemo.dpr
program HtmlDemo;
{A program to demonstrate the ThtmlViewer component}
uses
Forms,
demounit in 'demounit.pas' {Form1},
Submit in 'Submit.pas' {SubmitForm},
Fontdlg in 'Fontdlg.pas' {Fo