[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpsvg.anim.pp line 132
type TSVGTimeline = class(TObject) |
public |
constructor Create(); |
procedure Seek(); |
procedure Reset; |
function ChangeTimes; |
property Document: TSVGDocument; [r] |
property WallClockNow: TDateTime; [r] |
property IsAnimated: Boolean; [r] |
property Duration: Double; [r] |
property Count: Integer; [r] |
property Animations []: TSVGAnimation; [r] |
end; |
| | |
TObject |