Class Stringlist

Inheritance

Object Stringlist 🡄 Strings 🡄 Object

Properties

CaseSensitive Determines if the list is case sensitive or not.
Duplicates Determines how duplicates should be handled when the list is sorted.
Sorted Determines if the list should be sorted.

Methods

getCaseSensitive () Returns true if the case sensitive property is set.
getDuplicates () Returns the duplicates property.
getSorted () Returns true if the list has the sorted property.
setCaseSensitive ( sensitive ) Sets the case sensitive property.
setDuplicates ( Duplicates ) Sets the duplicates property.
setSorted ( sorted ) Sets the sorted property.

Related Functions

createStringlist () Creates a stringlist class object.


Inheritance

Object
Stringlist 🡄 Strings 🡄 Object

Properties

CaseSensitive
Determines if the list is case sensitive or not.

Type:

    boolean
Duplicates
Determines how duplicates should be handled when the list is sorted.

Type:

    DuplicatesType
Sorted
Determines if the list should be sorted.

Type:

    boolean

Methods

getCaseSensitive ()
Returns true if the case sensitive property is set.

Returns:

    boolean
getDuplicates ()
Returns the duplicates property.
getSorted ()
Returns true if the list has the sorted property.

Returns:

    boolean
setCaseSensitive ( sensitive )
Sets the case sensitive property.

Parameters:

  • sensitive boolean
setDuplicates ( Duplicates )
Sets the duplicates property.

One of: dupIgnore, dupAccept, dupError

Parameters:

  • Duplicates
setSorted ( sorted )
Sets the sorted property.

Parameters:

  • sorted boolean

Related Functions

createStringlist ()
Creates a stringlist class object.

(for whatever reason, lua strings are probably easier to use)

generated by LDoc 1.4.6-antum-dev-1 Last updated 2019-02-27 23:30:35