|
Description
|
Returns/sets the typographic environment for the batch file . Restituisce o imposta l'ambiente tipografico usato nel lotto Postel.
|
Syntax Visual Basic
|
[form.]Postel.TypographicalEnv[ = Text$]
|
|
Visual C++
|
CString Postel.GetTypographicalEnv(); void Postel.SetTypographicalEnv(LPCTSTR lpszNewValue);
|
|
Delphi
|
property TypographicalEnv: WideString;
|
|
C#
|
string Postel.TypographicalEnv;
|
|
Remarks
|
Se lasciato a blank, viene automaticamente assunto l’ ambiente tipografico di default POSTEL. Utilizzare RACCOM per raccomandate semplici (ptR) e RACARBOL per raccomandate con avviso di ricevimento (ptX).
|
|
Data Type
|
String
|