Skip to content
Tako Lee edited this page Mar 3, 2024 · 4 revisions

Delphi

  TOutputFmt = (
      ofSql,
      ofCsharp,ofCsharpsbd,
      ofvb,ofvbsbd,
      ofjava,ofjavasbf,
      ofvc,
      ofpascal,
      ofphp,
      ofproc,ofprocobol,
      ofhtml,ofhtml2,
      ofhtmlkeeplayout,ofhtmlkeeplayout2,
      ofhtmlkeeplayoutmodifycase,ofhtmlkeeplayout2modifycase,
      oftxtmodifycase,
      ofxml,
      ofdbobject,
      ofrtf,ofrtfkeeplayout,ofrtfkeeplayoutmodifycase,
      ofFromCSharp,ofFromVB,ofFromVC,ofFromJava,ofFromPhp,ofFromPascal,
      ofUnknown);

Type definition

  • Type name: TOutputFmt
  • Available values:
    • value: 0, text: sql
    • value: 1, text: csharp
    • value: 2, text: csharpsbd
    • value: 3, text: vb
    • value: 4, text: vbsbd
    • value: 5, text: java
    • value: 6, text: javasbf
    • value: 7, text: vc
    • value: 8, text: pascal
    • value: 9, text: php
    • value: 10, text: proc
    • value: 11, text: procobol
    • value: 12, text: html
    • value: 13, text: html2(div tag)
    • value: 14, text: htmlkeeplayout
    • value: 15, text: htmlkeeplayout2(div tag)
    • value: 16, text: htmlkeeplayoutmodifycase
    • value: 17, text: htmlkeeplayout2modifycase(div tag)
    • value: 18, text: txtmodifycase
    • value: 19, text: xml
    • value: 20, text: dbobject
    • value: 21, text: rtf
    • value: 22, text: rtfkeeplayout
    • value: 23, text: rtfkeeplayoutmodifycase
    • value: 24, text: unknown
Clone this wiki locally