Important: The information in this document is obsolete and should not be used for new development.
TESetStyleHandle
TheTESetStyleHandle
procedure sets an edit record's style handle, which is stored in thetxFont
andtxFace
fields.
PROCEDURE TESetStyleHandle (theHandle: TEStyleHandle; hTE: TEHandle);
theHandle
- The style handle to be set in the combined
txFont
andtxFace
fields of the specified edit record.hTE
- A handle to the edit record.
DESCRIPTION
TheTESetStyleHandle
procedure has no effect on monostyled edit records.Your application should always use
TESetStyleHandle
rather than manipulate the fields of the edit record directly.