pascalabcnet/TestSuite/intellisense_tests/property6.pas
2020-12-31 12:34:12 +01:00

12 lines
286 B
ObjectPascal

uses System.Windows.Media.Animation;
{$reference PresentationFramework.dll}
{$reference PresentationCore.dll}
{$reference WindowsBase.dll}
{$apptype windows}
begin
var ac: AnimationClock;
ac.CurrentTime{@property Clock.CurrentTime: System.Nullable<TimeSpan>; readonly;@};
end.