Data.DBXCommon.TDBXValueType.DisplayName

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

Delphi

property DisplayName: string read FCaption write SetDisplayName;

C++

__property System::UnicodeString DisplayName = {read=FCaption, write=SetDisplayName};

プロパティ

種類 可視性 ソース ユニット
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXValueType

説明

値にキャプションをつけます。

DisplayName は、この値のキャプションです。 このプロパティは、この値に対するラベルまたはキャプションとして、使用できます。

関連項目