|
ResFileConsts
Resource File Unit Constants
Resource File Unit ConstantsProject: Resource File Unit Unit: PJResFile. Some constants are defined to assist in setting some of the class properties. Memory Flags ConstantsThe following flags are used to form the bitmask in a resource entry's MemoryFlags property. The first four constants in the table can or ORd together to form the bitmask. The final three constants are complements of the first three and are ANDed against the bitmask to remove their complement from it.
Note that Windows NT ignores RES_MF_MOVEABLE, RES_MF_IMPURE and RES_MF_PRELOAD. Predefined Resource TypesDelphi's Windows unit defines all the predefined resources types known at the time of writing except RT_HTML and RT_MANIFEST. Therefore these two type identifiers are defined in this unit for convenience: RT_HTML = MakeIntResource(23); RT_MANIFEST = MakeIntResource(24); See Windows documentation for a description of all the predefined resource types. | ||||||||||||||||||||||||