慕
慕容乾坤
Unregistered / Unconfirmed
GUEST, unregistred user!
TABC = class(TWinControl)
private
function GetField(Index:Integer):Byte;
procedure SetField(Index:Integer;
B:Byte);
published
property Field0: Byte index 0 read GetField write SetField;
property Field1: Byte index 1 read GetField write SetField;
property Field2: Byte index 2 read GetField write SetField;
property Field3: Byte index 3 read GetField write SetField;
end;
主要是我对Index,read,write不知道怎样转变
private
function GetField(Index:Integer):Byte;
procedure SetField(Index:Integer;
B:Byte);
published
property Field0: Byte index 0 read GetField write SetField;
property Field1: Byte index 1 read GetField write SetField;
property Field2: Byte index 2 read GetField write SetField;
property Field3: Byte index 3 read GetField write SetField;
end;
主要是我对Index,read,write不知道怎样转变