cadetill's blog Copyright © Xavier Martínez (cadetill)

Interface IGMControlChanges

Unit

Declaration

type IGMControlChanges = interface(IInterface)

Description

Interface that defines the method to call of the owner object when changes a property of the object.

Attributes
GUID['{4731A754-4D4B-4AA2-978E-AF2838925A06}']

Hierarchy

Overview

Methods

Public procedure PropertyChanged(Prop: TPersistent; PropName: string);

Description

Methods

Public procedure PropertyChanged(Prop: TPersistent; PropName: string);

Method to call into the owner object when changes a property into the current object.

Parameters
Prop
Object property that has changed.
PropName
Name of the property that has changed.

Generated by PasDoc 0.15.0.