mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-09-19 20:26:14 +08:00
[exgui] Add class member variables
This commit is contained in:
@ -8,6 +8,8 @@ uses
|
||||
|
||||
type
|
||||
TfmRcon = class(TForm)
|
||||
edInput: TEdit;
|
||||
moOutput: TMemo;
|
||||
procedure edInputKeyPress(Sender: TObject; var Key: Char);
|
||||
procedure FormClose(Sender: TObject; var Action: TCloseAction);
|
||||
procedure FormShow(Sender: TObject);
|
||||
|
Reference in New Issue
Block a user