TWPRTFEnginePaintState Type

Unit
WPRTEPaint

Declaration

TWPRTFEnginePaintState = set of (
    wpLocked, // Lock any reformat or paint. This is flag is set by WPRichText.BeginUpdate/EndUpdate!
    wpLockReformat, // The text may not be formatted
    wpLockPaint, // The text is not painted (used by LockScreen/UnlockScreen)
    wpNotInitialized, // The text is not formatted, pages are not initialized
    wpNotReordered, // The pages are initialized but not reordered. Repaint is not possible.
    wpNeedRefresh);

Description
Paint and operation states for TWPRTFEnginePaint - used internally only


Copyright (C) by WPCUBED GmbH - Munich
http://www.wpcubed.com