Repository URL to install this package:
|
Version:
3.2.0 ▾
|
{ Parsed from WebKit.framework DOMCSSStyleRule.h }
{$ifdef TYPES}
type
DOMCSSStyleRulePtr = ^DOMCSSStyleRule;
{$endif}
{$ifdef CLASSES}
type
DOMCSSStyleRule = objcclass external (DOMCSSRule)
public
procedure setSelectorText(newValue: NSString); message 'setSelectorText:';
function selectorText: NSString; message 'selectorText';
function style: DOMCSSStyleDeclaration; message 'style';
end;
{$endif}