Unit 'fpCSSTree' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl-css]

TCSSElement

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

Declaration

Source position: fpcsstree.pp line 57

type TCSSElement = class(TObject)

protected

  procedure SetParent();

  function GetAsString(); virtual;

  procedure IterateChildren(); virtual;

public

  constructor Create(); virtual;

  class function CSSType; virtual;

  procedure Iterate();

  property CustomData: TObject; [rw]

  property SourceRow: Integer; [r]

  property SourceCol: Integer; [r]

  property SourceFileName: TCSSString; [r]

  property AsFormattedString: TCSSString; [r]

  property AsString: TCSSString; [r]

  property Parent: TCSSElement; [rw]

end;

Inheritance

TCSSElement

|

TObject


Documentation generated on: 2023-03-18