Skip to content

TBATrimmedString

String attribute that trims leading and trailing spaces.

Unit: BoldAttributes

Declaration

TBATrimmedString = class(TBAString)

Hierarchy

  1. TObject
  2. TBoldMemoryManagedObject
  3. TBoldFlaggedObject
  4. TBoldSubscribableObject
  5. TBoldElement
  6. TBoldDomainElement
  7. TBoldMember
  8. TBoldAttribute
  9. TBAString
  10. TBATrimmedString

Description

TBATrimmedString ensures leading and trailing spaces are removed prior to setting the value.

Methods

Name Summary Notes
SetStringRepresentation Sets the string representation protected, override

SetStringRepresentation

procedure SetStringRepresentation(Representation: TBoldRepresentation; Value: string); override; See also Ancestor Method

Before setting the string representation, the method trims the value, removing leading and trailing spaces.


Generated from the Bold 4.0 help (Help/BfD.chm) by Tools/chm2mkdocs.py; member lists reflect Bold 4.0, see the source for members added since.