Board logo

Subject: 代码格式化错误 [Print This Page]

Author: 西方失败    Time: 2025-6-20 22:47     Subject: 代码格式化错误

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) / Download count 5
http://bbs.cnpack.org/attachment.php?aid=1194






Welcome to CnPack Forum (http://bbs.cnpack.org/) Powered by Discuz! 5.0.0