type
Date = record
Year: Integer;
Month: Byte;
Day: Byte;
end;
var
BirthDay: Date;
begin
BirthDay.Year := 2008;
BirthDay.Month := 8;
BirthDay.Day := 8;
end;
{var
Date = record
Year: Integer;
Month: Byte;
Day: Byte;
BirthDay: Date;
begin
BirthDay.Year := 2008;
BirthDay.Month := 8;
BirthDay.Day := 8;
end;}
var
pChr:set of Char;
begin
pChr:=['a','b','j'];
if 'j' in pChr then
ShowMessage('ok');
end;
type
原创mb64eeeb79969f2 ©著作权
文章标签 integer date byte 文章分类 JavaScript 前端开发
-
ospf type=1和type=2
type=1 type=2 ospf
ci Standard Time -
Type argument cannot be of primitive type
Type argument cannot be of primitive type ...
Java 封装类 泛型 泛型类型参数 基本数据类型