Unit 'ovcuser' Package
[Overview][Classes][Variables][Index] [#pl_orpheus]

TOvcUserData

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

Declaration

Source position: ovcuser.pas line 46

type TOvcUserData = class(TObject)

protected

  FUserCharSets: TUserCharSets;

  

  FForceCase: TForceCase;

  

  FSubstChars: TSubstChars;

  

  function GetForceCase();

  

  function GetSubstChar();

  

  function GetUserCharSet();

  

  procedure SetForceCase();

  

  procedure SetSubstChar();

  

  procedure SetUserCharSet();

  

public

  constructor Create;

  

  property ForceCase []: TCaseChange; [rw]

  

  property SubstChars []: AnsiChar; [rw]

  

  property UserCharSet []: TCharSet; [rw]

  

end;

Inheritance

TOvcUserData

  

|

TObject



CT Web help

CodeTyphon Studio