Class TBooleanList

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TBooleanList = class(specialize TFPGList<boolean>)

Description

Hierarchy

  • TFPGList
  • TBooleanList

Overview

Methods

Public procedure SetFalse(Index: Integer);
Public procedure SetTrue(Index: Integer);
Public function ToLongInt: TLongIntList;
Public procedure AddList(Source: TBooleanList);
Public procedure AddArray(const A: array of boolean);
Public function L: PBoolean;

Description

Methods

Public procedure SetFalse(Index: Integer);

Set appropriate item to given value. These are useful methods to pass as callback in some situations (e.g. TCastleScene.RenderFrustumOctree passes RenderFrustumOctree_Visible.SetTrue method as callback that should mark visible items.)

Public procedure SetTrue(Index: Integer);
 
Public function ToLongInt: TLongIntList;
 
Public procedure AddList(Source: TBooleanList);
 
Public procedure AddArray(const A: array of boolean);
 
Public function L: PBoolean;
 

Generated by PasDoc 0.12.1 on 2013-02-04 20:26:53