Hello all! The formatting spaces of the previous post have been suppressed. I would like to format parameters like this: Procedure Something(Parameter1: integer; ..............................................Parameter2: string; ..............................................Parameter3: TColor); where each parameter is right below the other. Is it possible? Thanks!
Hello all! I would like to format parameters like this: Procedure Something(Parameter1: integer; Parameter2: string; Parameter3: TColor); where each parameter is right below the other. Is it possible? Thanks!