company logo

TextFile :: indentSize - Indent size

The indent size contains the number of spaces to be inserted on each indent level after writing a line break (lineBreak).

Return value:  Number of items ( int32  )

The value contains the number of items to be processed or stored in a collection.

Implementation overview

Implementation details

  1. Get indent size
    int32 TextFile  :: indentSize (  )

    The property returns the indent size currently set for the file. The function is supported for formatted text processing, only. Any other kind of text processing will cause an exception.

  2. to list
  3. Change indent size
    int32 TextFile  :: indentSize ( int32 iCount )

    The function changes the indent size to the value passed in iCount. The function is supported for formatted text processing, only. Any other kind of text processing will cause an exception.

    • iCount - Number of items

      The value contains the number of items to be processed or stored in a collection.

  4. to list