Unit 'Classes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

IEditFormatLink

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: classesh.inc line 228

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]

  property MaxLength: Integer; [r]

end;

Inheritance

IEditFormatLink

|

IInterface

  

Basic interface for all COM based interfaces.


Documentation generated on: Jan 30 2024