Class THMIAnimation
Unit
Declaration
type THMIAnimation = class(TCustomImage, IHMIInterface)
Description
: Implements the control that shows images based on the value of the associated tag.
More informations, see the documentation of the class TImage of your IDE.
Hierarchy
- TCustomImage
- THMIAnimation
Overview
Methods
procedure SetHMITag(t:TPLCTag); |
|
function GetHMITag:TPLCTag; |
|
function GetControlSecurityCode:UTF8String; |
|
procedure CanBeAccessed(a:Boolean); |
|
procedure MakeUnsecure; |
|
procedure RefreshAnimation(Data: PtrInt); |
|
procedure ShowDefaultZone; |
Properties
property CurrentAnimationZone: TAnimationZone read GetAnimationZone; |
|
property TestValue: Double read FTestValue write SetTestValue stored false; |
|
property Zones: TGraphicZones read GetAnimationZones write SetAnimationZones; |
|
property PLCTag: TPLCTag read GetHMITag write SetHMITag; |
|
property SecurityCode: UTF8String read FSecurityCode write SetSecurityCode; |
|
property AntialiasingMode; |
|
property Align; |
|
property Anchors; |
|
property AutoSize; |
|
property BorderSpacing; |
|
property Center; |
|
property Constraints; |
|
property DragCursor; |
|
property DragMode; |
|
property OnChangeBounds; |
|
property OnClick; |
|
property OnDblClick; |
|
property OnDragDrop; |
|
property OnDragOver; |
|
property OnEndDrag; |
|
property OnMouseDown; |
|
property OnMouseEnter; |
|
property OnMouseLeave; |
|
property OnMouseMove; |
|
property OnMouseUp; |
|
property OnMouseWheel; |
|
property OnMouseWheelDown; |
|
property OnMouseWheelUp; |
|
property OnPaint; |
|
property OnPictureChanged; |
|
property OnResize; |
|
property OnStartDrag; |
|
property ParentShowHint; |
|
property PopupMenu; |
|
property Proportional; |
|
property ShowHint; |
|
property Stretch; |
|
property Transparent; |
|
property Visible; |
|
property ZoneChanged: TZoneChanged read FZoneChanged write FZoneChanged; |
Description
Methods
procedure SetHMITag(t:TPLCTag); |
|
: See also |
function GetHMITag:TPLCTag; |
|
seta um tag : See also |
function GetControlSecurityCode:UTF8String; |
|
: See also |
procedure CanBeAccessed(a:Boolean); |
|
: See also |
procedure MakeUnsecure; |
|
: See also |
procedure RefreshAnimation(Data: PtrInt); |
|
procedure ShowDefaultZone; |
|
Properties
property CurrentAnimationZone: TAnimationZone read GetAnimationZone; |
|
property TestValue: Double read FTestValue write SetTestValue stored false; |
|
: Property created to test the control without values comming from a device. Can only be used in design-time. |
property Zones: TGraphicZones read GetAnimationZones write SetAnimationZones; |
|
: Zones collection (imagens) that can be showed based on the tag value. See also |
property PLCTag: TPLCTag read GetHMITag write SetHMITag; |
|
: Numeric Tag which their value will choose the image (of the collection) that will be showed. See also
|
property SecurityCode: UTF8String read FSecurityCode write SetSecurityCode; |
|
: Security code that allows access to control. |
property AntialiasingMode; |
|
property Align; |
|
property Anchors; |
|
property AutoSize; |
|
property BorderSpacing; |
|
property Center; |
|
property Constraints; |
|
property DragCursor; |
|
property DragMode; |
|
property OnChangeBounds; |
|
property OnClick; |
|
property OnDblClick; |
|
property OnDragDrop; |
|
property OnDragOver; |
|
property OnEndDrag; |
|
property OnMouseDown; |
|
property OnMouseEnter; |
|
property OnMouseLeave; |
|
property OnMouseMove; |
|
property OnMouseUp; |
|
property OnMouseWheel; |
|
property OnMouseWheelDown; |
|
property OnMouseWheelUp; |
|
property OnPaint; |
|
property OnPictureChanged; |
|
property OnResize; |
|
property OnStartDrag; |
|
property ParentShowHint; |
|
property PopupMenu; |
|
property Proportional; |
|
property ShowHint; |
|
property Stretch; |
|
property Transparent; |
|
property Visible; |
|
property ZoneChanged: TZoneChanged read FZoneChanged write FZoneChanged; |
|
Author
- Fabio Luis Girardi <[email protected]>
Generated by PasDoc 0.14.0.