Icon Length Property

property Length: Integer

Usage

Available In: Client and Server Applications

Gets or sets the length of the column. The length should only be set for string and BLOB column types and all other column types should have a length of -1.

Information Attempting to change the length of a column for a dataset that has been opened will result in an exception.
Image