DisplayLabel property (TFIELD)

xiaoxiao2021-03-06  88

Contains the text to dispial in the corresponding column heading of a data grid. Contains content on the column headers corresponding to DataGrid Delphi syntax:

Property DisplayLabel: String;

C syntax:

__property ansistring displaylabel = {read = getDisplayLabel, Write = setdisplayLabel, Stored = isdisplayLabelStored};

details:

Use DisplayLabel to assign column headings to a data grid. Column headings The column headings DisplayLabel Datagrid the assignment of the data grid use the DisplayName property of the field whose value they represent. Data grid column header attribute value field of use is DisplayName DisplayLabel is specified. Setting DisplayLabel Changes The Read-Only DisplayName Property from FieldName To The String Specified As DisplayLabel. Setting DisplayLabel Change the read-only property DisplayName consistent with the DisplayLabel value specified by FieldName.

转载请注明原文地址:https://www.9cbs.com/read-106087.html

New Post(0)