Class THMIControlDislocatorAnimation
Unit
Declaration
type THMIControlDislocatorAnimation = class(TComponent)
Description
Class of component that moves controls on axis X and Y of the window.
:
Hierarchy
- TComponent
- THMIControlDislocatorAnimation
Overview
Properties
![]() |
property P0_X: LongInt read FStartLeft write SetStartLeft; |
![]() |
property P0_Y: LongInt read FStartTop write SetStartTop; |
![]() |
property P1_X: LongInt read FEndLeft write SetEndLeft; |
![]() |
property P1_Y: LongInt read FEndTop write SetEndTop; |
![]() |
property ValueP0: Double read FStartValue write SetValueStart; |
![]() |
property ValueP1: Double read FEndValue write SetValueEnd; |
![]() |
property PLCTag: TPLCNumber read FTag write SetPLCTag; |
![]() |
property Control: TControl read FTarget write SetControl; |
![]() |
property EnableXMin: Boolean read FMinX write SetEnableMinX; |
![]() |
property EnableXMax: Boolean read FMaxX write SetEnableMaxX; |
![]() |
property EnableYMin: Boolean read FMinY write SetEnableMinY; |
![]() |
property EnableYMax: Boolean read FMaxY write SetEnableMaxY; |
![]() |
property MinXValue: LongInt read FMinXValue write SetMinX; |
![]() |
property MaxXValue: LongInt read FMaxXValue write SetMaxX; |
![]() |
property MinYValue: LongInt read FMinYValue write SetMinY; |
![]() |
property MaxYValue: LongInt read FMaxyValue write SetMaxY; |
![]() |
property Gets_P0_Position: UTF8String read FGetPositionP0 write PropertyDoesNothing; |
![]() |
property Gets_P1_Position: UTF8String read FGetPositionP1 write PropertyDoesNothing; |
![]() |
property GoTo_P0_Position: UTF8String read FGoToP0 write PropertyDoesNothing; |
Description
Properties
![]() |
property P0_X: LongInt read FStartLeft write SetStartLeft; |
: Initial position on X axis (Left property of the control) |
![]() |
property P0_Y: LongInt read FStartTop write SetStartTop; |
: Initial position on Y axis (Top property of the control) |
![]() |
property P1_X: LongInt read FEndLeft write SetEndLeft; |
: Final position on X axis (Left property of the control) |
![]() |
property P1_Y: LongInt read FEndTop write SetEndTop; |
: Final position on Y axis (Top property of the control) |
![]() |
property ValueP0: Double read FStartValue write SetValueStart; |
: Value of the tag that will move the control to the Initial coordinates (P0_X; P0_Y); |
![]() |
property ValueP1: Double read FEndValue write SetValueEnd; |
: Value of the tag that will move the control to the final coordinates (P1_X; P1_Y); |
![]() |
property PLCTag: TPLCNumber read FTag write SetPLCTag; |
: Numeric tag that will control the animation. |
![]() |
property Control: TControl read FTarget write SetControl; |
: Control that will be manipulated. |
![]() |
property EnableXMin: Boolean read FMinX write SetEnableMinX; |
: Enables a minimum value on X axis. |
![]() |
property EnableXMax: Boolean read FMaxX write SetEnableMaxX; |
: Enables a maximum value on X axis. |
![]() |
property EnableYMin: Boolean read FMinY write SetEnableMinY; |
: Enables a minimum value on Y axis. |
![]() |
property EnableYMax: Boolean read FMaxY write SetEnableMaxY; |
: Enables a maximum value on Y axis. |
![]() |
property MinXValue: LongInt read FMinXValue write SetMinX; |
: Minimum value of X axis if EnableXMin is |
![]() |
property MaxXValue: LongInt read FMaxXValue write SetMaxX; |
: Minimum value of X axis if EnableXMax is |
![]() |
property MinYValue: LongInt read FMinYValue write SetMinY; |
: Minimum value of y axis if EnableYMin is |
![]() |
property MaxYValue: LongInt read FMaxyValue write SetMaxY; |
: Minimum value of Y axis if EnableYMax is |
![]() |
property Gets_P0_Position: UTF8String read FGetPositionP0 write PropertyDoesNothing; |
: Gets the actual position of the control as the initial position (P0). |
![]() |
property Gets_P1_Position: UTF8String read FGetPositionP1 write PropertyDoesNothing; |
: Gets the actual position of the control as the final position (P1). |
![]() |
property GoTo_P0_Position: UTF8String read FGoToP0 write PropertyDoesNothing; |
: Puts the control in the initial position defined. |
Author
- Fabio Luis Girardi <[email protected]>
Generated by PasDoc 0.14.0.