Unit MainUnit

Description

Main Unit

Overview

Classes, Interfaces, Objects and Records

Name Description
Class TFormMain  

Types

TInitMainOperation = (...);
TSetInitMainOperation = set of TInitMainOperation;

Variables

FormMain: TFormMain;

Description

Types

TInitMainOperation = (...);

Defines the specific sub-operations involved in the user profile initialization and web data retrieval process.

Values
  • imoCheckingUserDossier: The application is scraping the RSI website to verify the citizen's existence and public dossier.
  • imoCheckingUserAvatar: The application is downloading the user's avatar image.
  • imoCheckingUserOrg: The application is identifying the user's primary organization and downloading its logo.
  • imoAvatarClick: State triggered when the user clicks the avatar placeholder before a nickname is set.
  • imoOrganizationClick: State triggered when the user clicks the organization placeholder before a nickname is set.
  • imoProfileClick: State triggered when the user manually initiates a profile change/update.
  • imoProfileReset: State used to clear all current web-retrieved profile data from memory and UI.
TSetInitMainOperation = set of TInitMainOperation;

Set of active profile initialization operations.

Variables

FormMain: TFormMain;

Main Form