TESetStyleHandle
TheTESetStyleHandleprocedure sets an edit record's style handle, which is stored in thetxFontandtxFacefields.
PROCEDURE TESetStyleHandle (theHandle: TEStyleHandle; hTE: TEHandle);
theHandle- The style handle to be set in the combined
txFontandtxFacefields of the specified edit record.hTE- A handle to the edit record.
DESCRIPTION
TheTESetStyleHandleprocedure has no effect on monostyled edit records.Your application should always use
TESetStyleHandlerather than manipulate the fields of the edit record directly.