Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to automatically arrange the code structure?

I have observed that components has a uniform, neat and well arrange code structure. was it automatically arranged or manual?

is there a way to make it automatic? like Code Completion in Delphi?

I am using Delphi 7, 2009, 2010 XE

like image 460
XBasic3000 Avatar asked Jan 18 '23 06:01

XBasic3000


1 Answers

the "code structure" which you observe is based usually on the Delphi Language Style Guide. Also, you can use a delphi code formatter to get similar results. The newer versions of delphi include a source formatter built in to the IDE.

like image 187
RRUZ Avatar answered Jan 27 '23 20:01

RRUZ