AF
Size: a a a
AF
AF
RY
RY
AF
GB
GB
AF
GB
AF
AK
function MakeMethod(Data, Code:Pointer):TMethod;
begin
Result.Data:=Data;
Result.Code:=Code;
end;
procedure ShowList(Self:pointer; Sender:TObject);
begin
end;
OnClick:=TNotifyEvent(MakeMethod(nil,@ShowList))
AK
AS
RY
RY
D
D
SB
SB
VA