Home Units Hierarchy Routines All identifiers

Class unaWinCheckBox

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type unaWinCheckBox = class(unaWinButton)

Description

Checkbox window.

Hierarchy

Overview

Methods

Public constructor create(const caption: string; parent: unaWinWindow; id: unsigned = 0; x: int = 2; y: int = 2; w: int = 64; h: int = 24; style: unsigned = BS_CHECKBOX or BS_AUTOCHECKBOX or WS_CHILD or WS_TABSTOP or WS_VISIBLE); overload;

Properties

Public property checked: bool read getChecked write setChecked;

Description

Methods

Public constructor create(const caption: string; parent: unaWinWindow; id: unsigned = 0; x: int = 2; y: int = 2; w: int = 64; h: int = 24; style: unsigned = BS_CHECKBOX or BS_AUTOCHECKBOX or WS_CHILD or WS_TABSTOP or WS_VISIBLE); overload;

Creates Windows BUTTON window with BS_CHECKBOX style set by default.

Properties

Public property checked: bool read getChecked write setChecked;
 

(c) 2012 Lake of Soft


Generated by PasDoc 0.12.1 on 2012-10-09