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.2.0 / packages / cocoaint / src / webkit / DOMHTMLBodyElement.inc
Size: Mime:
{ Parsed from WebKit.framework DOMHTMLBodyElement.h }


{$ifdef TYPES}
type
  DOMHTMLBodyElementPtr = ^DOMHTMLBodyElement;
{$endif}

{$ifdef CLASSES}

type
  DOMHTMLBodyElement = objcclass external (DOMHTMLElement)
  public
    procedure setALink(newValue: NSString); message 'setALink:';
    function aLink: NSString; message 'aLink';
    procedure setBackground(newValue: NSString); message 'setBackground:';
    function background: NSString; message 'background';
    procedure setBgColor(newValue: NSString); message 'setBgColor:';
    function bgColor: NSString; message 'bgColor';
    procedure setLink(newValue: NSString); message 'setLink:';
    function link: NSString; message 'link';
    procedure setText(newValue: NSString); message 'setText:';
    function text: NSString; message 'text';
    procedure setVLink(newValue: NSString); message 'setVLink:';
    function vLink: NSString; message 'vLink';
  end;
{$endif}