Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Sonstige Fragen zu Delphi (https://www.delphipraxis.net/19-sonstige-fragen-zu-delphi/)
-   -   TMS TAdvSmoothCalculator how do I get the result? (https://www.delphipraxis.net/216957-tms-tadvsmoothcalculator-how-do-i-get-result.html)

dstein 28. Mär 2025 12:37

TMS TAdvSmoothCalculator how do I get the result?
 
TAdvSmoothCalculator after I have pressed Equal/Enter, how do I get the result?
I can't find Value etc. There is nothing in the “TMS SmoothControls Developers Guide.pdf” documentation.

Uwe Raabe 28. Mär 2025 12:50

AW: TMS TAdvSmoothCalculator how do I get the result?
 
Das Englisch war vermutlich nur versehentlich, daher antworte ich mal auf Deutsch: Wie wär's denn mit FloatValue?

dstein 28. Mär 2025 13:19

AW: TMS TAdvSmoothCalculator how do I get the result?
 
Ja, sieht gut aus. Hatte ich probiert:

procedure TfrmCalculator.AdvSmoothCalculator1Enter(Sender: TObject);
begin
CodeSite.Send('Enter FloatValue: ', AdvSmoothCalculator1.FloatValue);
end;

Aber irgendwie reagiert AdvSmoothCalculator1Enter nicht. Das Ereignis wird nicht ausgelöst.
Aber ist ein anderes Thema evtl. weil ich MDI noch verwende.
Danke für die Antwort, hat mir Sicherheit gegeben.


Alle Zeitangaben in WEZ +1. Es ist jetzt 11:47 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz