Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.33 KB

API.md

File metadata and controls

37 lines (24 loc) · 1.33 KB

Window State Components Programmer's Guide

Applies to: ~>5.0

Introduction

This section of the Window State Components documentation describes the API exposed by the components to programmers.

Contents

Units

Unit Description
PJWdwState This is the only unit. It contains all the components.
Class Description
TPJCustomWdwState Abstract base class for the three components. Exposes some common functionality.
TPJWdwState Saves and restores window position and state to and from an ini file.
TPJRegWdwState Saves and restores window position and state to and from the registry.
TPJUserWdwState Saves and restores window position and state to and from user-provided persistent storage.

Other

Item Description
TPJWdwStateData Record used to store window state information.
TPJRegRootKey Enumeration of values that represent the registry root keys supported by TPJRegWdwState.

Conventions

This documentation complies with these conventions.

Links