Description | Uses | Classes, Interfaces, Objects and Records | Functions and Procedures | Types | Constants | Variables |
VCL utility functions and classes
function loadControlPosition(control: tControl; ini: unaIniAbstractStorage; const section: string = 'settings'; allowFormOptions: bool = true; allowSizeChange: bool = true): bool; |
function saveControlPosition(control: tControl; ini: unaIniAbstractStorage; const section: string = 'settings'; allowFormOptions: bool = true): bool; |
function loadStringList(list: tStrings; ini: unaIniAbstractStorage; const section: string = 'settings'; noEmpty: bool = false): integer; |
function saveStringList(list: tStrings; ini: unaIniAbstractStorage; const section: string = 'settings'; noEmpty: bool = false): integer; |
function dummyWinpos(handle: tHandle; width, height: int): int; |
function getREWideText(re: hWnd): wString; |
function setREWideText(re: hWnd; const text: wString): LRESULT; |
function loadControlPosition(control: tControl; ini: unaIniAbstractStorage; const section: string = 'settings'; allowFormOptions: bool = true; allowSizeChange: bool = true): bool; |
function saveControlPosition(control: tControl; ini: unaIniAbstractStorage; const section: string = 'settings'; allowFormOptions: bool = true): bool; |
function loadStringList(list: tStrings; ini: unaIniAbstractStorage; const section: string = 'settings'; noEmpty: bool = false): integer; |
function saveStringList(list: tStrings; ini: unaIniAbstractStorage; const section: string = 'settings'; noEmpty: bool = false): integer; |
function dummyWinpos(handle: tHandle; width, height: int): int; |
function getREWideText(re: hWnd): wString; |
function setREWideText(re: hWnd; const text: wString): LRESULT; |
(c) 2012 Lake of Soft