📄 gridmasterdetail.dpr
字号:
//*********************************
// Master Detail Grid Demo
//
// Written by Deepak Shenoy (shenoy@agnisoft.com)
// Copyright (C) Agni Software (P) Ltd., 2002
//
// Use at your own risk.
// No warranties, no liabilities.
// Also, no restrictions on usage.
//*********************************
program gridMasterDetail;
uses
System.Windows.Forms,
Agni.Grid.Form in 'Agni.Grid.Form.pas' {Form1};
begin
Form1 := TForm1.create;
Application.Run(Form1);
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -