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 / DOMHTMLStyleElement.inc
Size: Mime:
{ Parsed from Webkit.framework DOMHTMLStyleElement.h }

{$ifdef TYPES}
{$ifndef DOMHTMLSTYLEELEMENT_PAS_T}
{$define DOMHTMLSTYLEELEMENT_PAS_T}

{$endif}
{$endif}

{$ifdef RECORDS}
{$ifndef DOMHTMLSTYLEELEMENT_PAS_R}
{$define DOMHTMLSTYLEELEMENT_PAS_R}

{$endif}
{$endif}

{$ifdef FUNCTIONS}
{$ifndef DOMHTMLSTYLEELEMENT_PAS_F}
{$define DOMHTMLSTYLEELEMENT_PAS_F}

{$endif}
{$endif}

{$ifdef EXTERNAL_SYMBOLS}
{$ifndef DOMHTMLSTYLEELEMENT_PAS_S}
{$define DOMHTMLSTYLEELEMENT_PAS_S}

{$endif}
{$endif}

{$ifdef FORWARD}
  DOMHTMLStyleElement = objcclass;
  DOMHTMLStyleElementPointer = ^DOMHTMLStyleElement;
  DOMHTMLStyleElementPtr = DOMHTMLStyleElementPointer;

{$endif}

{$ifdef CLASSES}
{$ifndef DOMHTMLSTYLEELEMENT_PAS_C}
{$define DOMHTMLSTYLEELEMENT_PAS_C}

{ DOMHTMLStyleElement }
  DOMHTMLStyleElement = objcclass external (DOMHTMLElement)
    
  public
    procedure setDisabled (newValue: Boolean); message 'setDisabled:';
    function disabled: Boolean; message 'disabled';
    procedure setMedia (newValue: NSString); message 'setMedia:';
    function media: NSString; message 'media';
    procedure setType (newValue: NSString); message 'setType:';
    function type_: NSString; message 'type_';
    function sheet: DOMStyleSheet; message 'sheet';
  end;

{$endif}
{$endif}