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