本文整理自网络,侵删。
//将以下保存为 RC 文件,编译为 RES 资源文件
STRINGTABLE
BEGIN
1,"开始"
2,"退出"
END
//使用方法
var
s: string;
begin
s := LoadStr(1);
if s <> '' then
BtnStart.Caption := s;
end;
相关阅读 >>
Delphi firedac 下的 sqlite 创建数据库
Delphi 任务栏显示进度条 createcomobject(clsid_taskbarlist) as itaskbarlist4
Delphi 最全_日期格式_dateutils时间单元说明
Delphi tms web core 通过url 传递参数
更多相关阅读请进入《Delphi》频道 >>