FireDAC.Comp.Script.TFDScriptOptions.MaxStringWidth

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property MaxStringWidth: Integer read FMaxBytesToPrintLongs write FMaxBytesToPrintLongs default 80;

C++

__property int MaxStringWidth = {read=FMaxBytesToPrintLongs, write=FMaxBytesToPrintLongs, default=80};

プロパティ

種類 可視性 ソース ユニット
property published
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
FireDAC.Comp.Script TFDScriptOptions

説明

文字列フィールド値の最大サイズを指定します。


MaxStringWidth は、文字列フィールド値の最大文字数に設定されます。スクリプト エンジンで出力されるフィールド値が上限より長い場合は、MaxStringWidth プロパティで指定された文字数まで出力がトリミングされます。デフォルト値は 80 文字です。

このプロパティは、SET (LONG | WIDTH) <値> コマンドを使ってスクリプトで設定することができます。

関連項目