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

IIdTextEncoding

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

Declaration

Source position: IdGlobal.pas line 596

type IIdTextEncoding = interface(IInterface)

  function GetByteCount();

  

  function GetBytes();

  

  function GetCharCount();

  

  function GetChars();

  

  function GetIsSingleByte;

  

  function GetMaxByteCount();

  

  function GetMaxCharCount();

  

  function GetPreamble;

  

  function GetString();

  

  property IsSingleByte: Boolean; [r]

  

end;

Inheritance

IIdTextEncoding

  

|

IUnknown

|

IInterface



CT Web help

CodeTyphon Studio