Class TBroadcast (unit Brdcast)

Inherits from

TComponent

Constructors


Constructor Create(AOwner: TComponent);



Functions

procedure Broadcast;


Destructor Destroy;

msg.

procedure WndProc(var Msg : Tmessage);


Properties

property EnableInput : boolean


property EnableOutput : boolean


property Key : DWORD


property OutData : double


property OutText : shortString


Events

event OnBroadcastMsg : Tlisten


Variables

InData : double;


InKey : integer;


InText : string;


dataPack : ^TMsgPack;


FenableInput : boolean;


FenableOutput : boolean;


FKey : DWORD;


FOnBroadcastMsg : Tlisten;


FOutData : double;


FOutText : shortstring;


FWinHandle : HWND;


InMsg : ^TMsgPack;


precv : pcopydataStruct;


t : TcopyDataStruct;



Constructors


Constructor Create(AOwner: TComponent);


Functions


procedure Broadcast;


Destructor Destroy;

msg.Result:= DefWindowProc(FwinHandle,msg.msg,msg.wParam,Msg.lparam);


procedure WndProc(var Msg : Tmessage);


Properties


property EnableInput : boolean


property EnableOutput : boolean


property Key : DWORD


property OutData : double


property OutText : shortString


Events


event OnBroadcastMsg : Tlisten


Variables


InData : double;


InKey : integer;


InText : string;


dataPack : ^TMsgPack;


FenableInput : boolean;


FenableOutput : boolean;


FKey : DWORD;


FOnBroadcastMsg : Tlisten;


FOutData : double;


FOutText : shortstring;


FWinHandle : HWND;


InMsg : ^TMsgPack;


precv : pcopydataStruct;


t : TcopyDataStruct;