Pin ILAnalogClock.TILExternalClockControlHandElement.StatePin
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 15: | Line 15: | ||
=== C++ Builder: === | === C++ Builder: === | ||
<code> | <code> | ||
− | '''__property''' TOWDateTimeStatePin | + | '''__property''' TOWDateTimeStatePin StatePin = { '''read'''=FStatePin, '''write'''=FStatePin }; |
</code> | </code> | ||
Revision as of 20:30, 10 June 2013
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TILExternalClockControlHandElement
Contents |
Syntax
Delphi:
property StatePin : TOWDateTimeStatePin read FStatePin write FStatePin;
C++ Builder:
__property TOWDateTimeStatePin StatePin = { read=FStatePin, write=FStatePin };
Summary
The real or ranged real state pin of the component.
Description
StatePin is the real or ranged real state pin of the
component.
You can connect this pin to any pin(s) providing or accepting real or ranged real data.