Enables or disables the trimming of LIST and ARRAY data.

Usage

Set_Property(OLECtrlEntID, "OLE.TrimOutput", Boolean)

Values

[True | False]

Default: True

Remarks

The TrimOutput property establishes whether or not the table should strip trailing empty records when returning data via the LIST and ARRAY properties. This is useful when the user has created trailing empty rows while keying data, and you want to get only data filled records. Empty records appearing in the middle or beginning of the table are not removed. Event then, only completely empty trailing records are removed, not partially empty records.

  • No labels