代码格式化错误
unit Unit1;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs,Generics.Collections ;
type
TForm1 = class(TForm)
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form1: TForm1;
dic1:TDictionary<string,TFunc<array of Integer,integer >>;
dic2:TDictionary<string,TFunc<array of Integer,integer,integer >>;
dic3:TDictionary<string,TFunc<array of Integer,string >>;
implementation
{$R *.fmx}
end.
按ctr+w提示如图
Image Attachment:
20250620-3.png (2025-6-20 22:47, 33.25 K)
|