Home Units Hierarchy Routines All identifiers

Unit unaVCLUtils

DescriptionUsesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

VCL utility functions and classes

Uses

Overview

Functions and Procedures

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;

Description

Functions and Procedures

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


Generated by PasDoc 0.12.1 on 2012-10-09