Unit 'flcHTMLStyleSheet' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_fundamentals]

ThtmlcssRuleSet

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: flcHTMLStyleSheet.pas line 233

type ThtmlcssRuleSet = class

protected

  FCSS: ThtmlCSS;

  

  FSource: string;

  

  FState: ThtmlcssRuleSetState;

  

  FFirst: ThtmlcssRule;

  

  FLast: ThtmlcssRule;

  

  FImports: array of ThtmlcssRuleSet;

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  property CSS: ThtmlCSS; [r]

  

  property State: ThtmlcssRuleSetState; [rw]

  

  procedure AddRule();

  

  procedure AddImport();

  

  procedure GetRequiredImports();

  

  procedure SetImportedStyleState();

  

  function GetStyleSheetState;

  

  procedure GetImportProgress();

  

  procedure GetMatches();

  

end;

Inheritance

ThtmlcssRuleSet

  

|

TObject



CT Web help

CodeTyphon Studio