[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: classesh.inc line 229
type IEditFormatLink = interface |
function GetDisplayName; |
function GetDisplayWidth; |
function GetDisplayTextWidth; |
function GetReadOnly; |
function GetVisible; |
function GetCurrency; |
function GetEditMask; |
function GetAlignment; |
function GetMaxLength; |
property DisplayName: string; [r] |
property DisplayWidth: Integer; [r] |
property DisplayTextWidth: Integer; [r] |
property ReadOnly: Boolean; [r] |
property Visible: Boolean; [r] |
property Currency: Boolean; [r] |
property EditMask: string; [r] |
property Alignment: TAlignment; [r] |
end; |
| | ||
|
Basic interface for all COM based interfaces. |