|
SOTAB
Contains information about tab stops.
typedef struct SOTABtag {
WORD wType; // see below
WORD wChar; // see below
WORD wLeader; // see below
LONG dwOffset; // see below
} SOTAB, VWPTR * PSOTAB;
Members
wType
Type of tab stop. This member can be the SO_TABLEFT, SO_TABRIGHT,
SO_TABCENTER, or SO_TABCHAR value.
wChar
Alignment character if wType is SO_TABCHAR. Tabs are aligned on this character.
wLeader
Repeating leader character for the tab. If this member is zero, there is no
leader.
dwOffset
Offset of the tab from the left page margin.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|