Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fpc-src / usr / share / fpcsrc / 3.0.0 / packages / cocoaint / src / webkit / DOMComment.inc
Size: Mime:
{ Parsed from Webkit.framework DOMComment.h }

{$ifdef TYPES}
{$ifndef DOMCOMMENT_PAS_T}
{$define DOMCOMMENT_PAS_T}

{$endif}
{$endif}

{$ifdef RECORDS}
{$ifndef DOMCOMMENT_PAS_R}
{$define DOMCOMMENT_PAS_R}

{$endif}
{$endif}

{$ifdef FUNCTIONS}
{$ifndef DOMCOMMENT_PAS_F}
{$define DOMCOMMENT_PAS_F}

{$endif}
{$endif}

{$ifdef EXTERNAL_SYMBOLS}
{$ifndef DOMCOMMENT_PAS_S}
{$define DOMCOMMENT_PAS_S}

{$endif}
{$endif}

{$ifdef FORWARD}
  DOMComment = objcclass;
  DOMCommentPointer = ^DOMComment;
  DOMCommentPtr = DOMCommentPointer;

{$endif}

{$ifdef CLASSES}
{$ifndef DOMCOMMENT_PAS_C}
{$define DOMCOMMENT_PAS_C}

{ DOMComment }
  DOMComment = objcclass external (DOMCharacterData)
    
  public
  end;

{$endif}
{$endif}