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

ThtmlcssProperty

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

Declaration

Source position: flcHTMLStyleProperties.pas line 129

type ThtmlcssProperty = class

protected

  FNext: ThtmlcssProperty;

  

  FPropID: ThtmlcssPropertyID;

  

  FValueStr: string;

  

  FImportant: Boolean;

  

public

  constructor Create(); virtual;

  

  property Next: ThtmlcssProperty; [rw]

  

  property PropID: ThtmlcssPropertyID; [r]

  

  property ValueStr: string; [r]

  

  property Important: Boolean; [r]

  

  procedure ApplyStyleInfo(); virtual;

  

end;

Inheritance

ThtmlcssProperty

  

|

TObject



CT Web help

CodeTyphon Studio