Unit ok_flag_parameter

Description
Uses
Classes, Interfaces, Objects and Records
Functions and Procedures
Types
Constants
Variables

Description

 

Overview

Classes, Interfaces, Objects and Records

Name Description
Class TCastleTheme  

Functions and Procedures

procedure Foo(const Xxx: Integer; out Yyy: Integer; const Xxx2: Integer; out Yyy2: Integer; const Xxx3: TObject; const Xxx4: TObject);
procedure Bar;

Description

Functions and Procedures

procedure Foo(const Xxx: Integer; out Yyy: Integer; const Xxx2: Integer; out Yyy2: Integer; const Xxx3: TObject; const Xxx4: TObject);

My proc.

This link should work Theme.Items[tiLoading].

This link should work too Blah blah (blah blah Items[Index]).

Parameters
Xxx [in]
Some input param.
Yyy [out]
Some output param.
Xxx1 [in]
Some input param.
Yyy1 [out]
Some output param.
Xxx3 [in, nil allowed]
Some output param.
Xxx4 [out, always non-nil on exit]
Some output param.
Xxx4
thisShouldNotBeFlag[out] Some output param.
Xxx4
this should not be flag either[out] Some output param.
procedure Bar;