Unit 'LangSupports' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_minilib]

TLangSupport

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

Declaration

Source position: LangSupports.pas line 29

type TLangSupport = class(TObject)

public

  FComponent: TComponent;

  

  constructor Create(); dynamic;

  

  destructor Destroy; override;

  

  procedure WriteLanguage; virtual;

  

  procedure ReadLanguage; virtual;

  

  class function Support(); dynamic;

  

end;

Inheritance

TLangSupport

  

|

TObject



CT Web help

CodeTyphon Studio