Vcl.DBGrids.TColumnTitle.DefaultCaption

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

Delphi

function DefaultCaption: string;

C++

System::UnicodeString __fastcall DefaultCaption(void);

プロパティ

種類 可視性 ソース ユニット
function public
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TColumnTitle

説明

DefaultCaption メソッドは列タイトルのデフォルトのキャプションを返します。

DefaultCaption メソッドは,列に関連付けられた TField オブジェクトの DisplayLabel を返します。列に関連付けられたデータセット項目がない場合(つまり Field プロパティが空の場合)は列の FieldName を返します。

関連項目