Skip to content
shenhuan2021 edited this page Mar 8, 2024 · 6 revisions

image

  • gfmtopt.Select_Columnlist_Style(Dephi), gFmtOpt.selectColumnlistStyle(Java), type of TAlignStyle, default is stacked

  • gfmtopt.Select_Columnlist_Comma(Dephi), gFmtOpt.selectColumnlistComma(Java), type of TLinefeedsCommaOption, default is after comma

  • gfmtopt.AlignAliasInSelectList(Dephi), gFmtOpt.alignAliasInSelectList(Java), type of boolean, default is true

  • gfmtopt.TreatDistinctAsVirtualColumn(Dephi), gFmtOpt.treatDistinctAsVirtualColumn(Java), type of boolean, default is false

  • gfmtopt.Select_keywords_alignOption(Dephi), gFmtOpt.selectKeywordsAlignOption(Java), type of TAlignOption // this option is set in alignment section

  • gfmtopt.Select_fromclause_Style(Dephi), gFmtOpt.selectFromclauseStyle(Java), type of TAlignStyle, default is stacked

  • gfmtopt.Select_fromclause_Comma(Dephi), gFmtOpt.selectFromclauseComma(Java), type of TLinefeedsCommaOption, default is after comma

  • gfmtopt.SelectItemInNewLine(Dephi), gFmtOpt.selectItemInNewLine(Java), type of boolean, default is false

  • gfmtopt.IntoClauseInNewline(Dephi), type of boolean, default is false

  • gfmtopt.FromClauseInNewLine(Dephi), gFmtOpt.fromClauseInNewLine(Java), type of boolean, default is false

  • gfmtopt.AlignAliasInFromClause(Dephi), type of boolean, default is false

  • gfmtopt.AlignAndOrWithOnInJoinClause(Dephi), type of boolean, default is false

  • gfmtopt.WhereClauseInNewline(Dephi), type of boolean, default is false

  • gfmtopt.AndOrUnderWhere(Dephi), gFmtOpt.andOrUnderWhere(Java), type of boolean, default is false

  • gfmtopt.WhereClauseAlignExpr(Dephi), type of boolean, default is false

  • gfmtopt.GroupByClauseInNewline(Dephi), type of boolean, default is false

  • gfmtopt.HavingClauseInNewline(Dephi), type of boolean, default is false

  • gfmtopt.OrderByClauseInNewline(Dephi), type of boolean, default is false

  • gFmtOpt.commaInsideList(Dephi), type of boolean, default is true

  • gFmtOpt.keepCommentAfterColumn(Dephi), type of boolean, default is false

  • gfmtopt.Select_FromclauseJoinConditionInNewline(Dephi), type of boolean, default is true

  • gFmtOpt.AlignJoinCondition(Dephi), type of boolean, default is false

  • gfmtopt.Select_FromclauseJoinOnInNewline(Dephi), gFmtOpt.selectFromclauseJoinOnInNewline(Java), type of boolean, default is false

  • gfmtopt.AlignJoinWithFromKeyword(Dephi), gFmtOpt.alignJoinWithFromKeyword(Java), type of boolean, default is false

  • gfmtopt.Select_Groupby_Style(Dephi), type of TAlignStyle, default is stacked

  • gfmtopt.Select_Orderby_Style(Dephi), type of TAlignStyle, default is stacked

  • gFmtOpt.LinefeedsAndOr_option(Dephi), type of TLinefeedsAndOrOption, default is before and or

Clone this wiki locally