13.07.2015 Views

REFERENCE GUIDE

REFERENCE GUIDE

REFERENCE GUIDE

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

AnimatePalette1,'",_,,'.. ~ .• ~Return valueCommentsIpPaletteColorsNone.LPPALETTEENTRY Points to the first member of an arrayof PALETTEENTRY data structures to replace the paletteentries identified by wStartIndex and wNumEntries.AnimatePalette will only change entries with the PC_RESERVED flag setin the corresponding palPaletteEntry field of the LOGPALETTE datastructure that defines the current logical palette. The CreatePalettefunction creates a logical palette.AnsiLowerSyntaxLPSTR AnsiLower(lpString)function AnsiLower(Str: PChar): PChar;This function converts the given character string to lowercase. The.conversion is made by the language driver based on the criteria of thecurrent language selected by the user at setup or with the Control Panel.Parameters IpString LPSTR Points to a null-terminated character string orspecifies single character. If IpString specifies singlecharacter, that character is in the low-order byte of thelow-order word, and the high-order word is zero.Return valueThe return value points to a converted character string if the functionparameter is a character string. Otherwise, it is a 32-bit value that containsthe converted character in the low-order byte of the low-order word.AnsiLowerBuff 3.0SyntaxParametersWORD AnsiLowerBuff(lpString, nLength)function AnsiLowerBuff(Str: PChar; Length: Word): Word;This function converts character string in a buffer to lowercase. Theconversion is made by the language driver based on the criteria of thecurrent language selected by the user at setup or with the Control Panel.IpStringnLengthLPSTR Points to a buffer containing one or morecharacters.WORD Specifies the number of characters in the bufferidentified by the IpString parameter. If l1Length is zero, thelength is 64K (65,536).Chapter 4, Functions directory153

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!